Lines Matching refs:cfqg_stats
173 struct cfqg_stats { struct
292 struct cfqg_stats stats; /* stats for this cfqg */
293 struct cfqg_stats dead_stats; /* stats pushed from dead children */
469 static inline void cfqg_stats_mark_##name(struct cfqg_stats *stats) \
473 static inline void cfqg_stats_clear_##name(struct cfqg_stats *stats) \
477 static inline int cfqg_stats_##name(struct cfqg_stats *stats) \
488 static void cfqg_stats_update_group_wait_time(struct cfqg_stats *stats) in CFQG_FLAG_FNS()
506 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_group_wait_time()
517 static void cfqg_stats_end_empty_time(struct cfqg_stats *stats) in cfqg_stats_end_empty_time()
538 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_empty_time()
557 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_idle_time()
571 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_idle_time()
581 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_avg_queue_size()
592 static inline void cfqg_stats_end_empty_time(struct cfqg_stats *stats) { } in cfqg_stats_end_empty_time()
682 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_completion()
693 static void cfqg_stats_reset(struct cfqg_stats *stats) in cfqg_stats_reset()
714 static void cfqg_stats_merge(struct cfqg_stats *to, struct cfqg_stats *from) in cfqg_stats_merge()
1524 static void cfqg_stats_init(struct cfqg_stats *stats) in cfqg_stats_init()