Lines Matching refs:bfqg_stats
37 static void bfqg_stats_mark_##name(struct bfqg_stats *stats) \
41 static void bfqg_stats_clear_##name(struct bfqg_stats *stats) \
45 static int bfqg_stats_##name(struct bfqg_stats *stats) \
56 static void bfqg_stats_update_group_wait_time(struct bfqg_stats *stats) in BFQG_FLAG_FNS()
74 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_group_wait_time()
85 static void bfqg_stats_end_empty_time(struct bfqg_stats *stats) in bfqg_stats_end_empty_time()
106 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_empty_time()
125 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_idle_time()
139 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_idle_time()
147 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_avg_queue_size()
177 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_completion()
284 static void bfqg_stats_reset(struct bfqg_stats *stats) in bfqg_stats_reset()
302 static void bfqg_stats_add_aux(struct bfqg_stats *to, struct bfqg_stats *from) in bfqg_stats_add_aux()
365 static void bfqg_stats_exit(struct bfqg_stats *stats) in bfqg_stats_exit()
382 static int bfqg_stats_init(struct bfqg_stats *stats, gfp_t gfp) in bfqg_stats_init()