Lines Matching refs:bfqg_stats
104 static void bfqg_stats_mark_##name(struct bfqg_stats *stats) \
108 static void bfqg_stats_clear_##name(struct bfqg_stats *stats) \
112 static int bfqg_stats_##name(struct bfqg_stats *stats) \
123 static void bfqg_stats_update_group_wait_time(struct bfqg_stats *stats) in BFQG_FLAG_FNS()
141 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_group_wait_time()
152 static void bfqg_stats_end_empty_time(struct bfqg_stats *stats) in bfqg_stats_end_empty_time()
173 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_empty_time()
192 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_idle_time()
206 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_idle_time()
214 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_avg_queue_size()
244 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_completion()
357 static void bfqg_stats_reset(struct bfqg_stats *stats) in bfqg_stats_reset()
375 static void bfqg_stats_add_aux(struct bfqg_stats *to, struct bfqg_stats *from) in bfqg_stats_add_aux()
438 static void bfqg_stats_exit(struct bfqg_stats *stats) in bfqg_stats_exit()
457 static int bfqg_stats_init(struct bfqg_stats *stats, gfp_t gfp) in bfqg_stats_init()