Lines Matching refs:cfqg_stats
178 struct cfqg_stats { struct
300 struct cfqg_stats stats; /* stats for this cfqg */
466 static inline void cfqg_stats_mark_##name(struct cfqg_stats *stats) \
470 static inline void cfqg_stats_clear_##name(struct cfqg_stats *stats) \
474 static inline int cfqg_stats_##name(struct cfqg_stats *stats) \
485 static void cfqg_stats_update_group_wait_time(struct cfqg_stats *stats) in CFQG_FLAG_FNS()
503 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_group_wait_time()
514 static void cfqg_stats_end_empty_time(struct cfqg_stats *stats) in cfqg_stats_end_empty_time()
535 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_empty_time()
554 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_idle_time()
568 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_idle_time()
578 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_avg_queue_size()
589 static inline void cfqg_stats_end_empty_time(struct cfqg_stats *stats) { } in cfqg_stats_end_empty_time()
692 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_completion()
703 static void cfqg_stats_reset(struct cfqg_stats *stats) in cfqg_stats_reset()
722 static void cfqg_stats_add_aux(struct cfqg_stats *to, struct cfqg_stats *from) in cfqg_stats_add_aux()
1528 static void cfqg_stats_exit(struct cfqg_stats *stats) in cfqg_stats_exit()
1546 static int cfqg_stats_init(struct cfqg_stats *stats, gfp_t gfp) in cfqg_stats_init()