Lines Matching refs:cfqg_stats
185 struct cfqg_stats { struct
307 struct cfqg_stats stats; /* stats for this cfqg */
473 static inline void cfqg_stats_mark_##name(struct cfqg_stats *stats) \
477 static inline void cfqg_stats_clear_##name(struct cfqg_stats *stats) \
481 static inline int cfqg_stats_##name(struct cfqg_stats *stats) \
492 static void cfqg_stats_update_group_wait_time(struct cfqg_stats *stats) in CFQG_FLAG_FNS()
510 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_group_wait_time()
521 static void cfqg_stats_end_empty_time(struct cfqg_stats *stats) in cfqg_stats_end_empty_time()
542 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_empty_time()
561 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_idle_time()
575 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_idle_time()
585 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_avg_queue_size()
596 static inline void cfqg_stats_end_empty_time(struct cfqg_stats *stats) { } in cfqg_stats_end_empty_time()
708 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_completion()
720 static void cfqg_stats_reset(struct cfqg_stats *stats) in cfqg_stats_reset()
739 static void cfqg_stats_add_aux(struct cfqg_stats *to, struct cfqg_stats *from) in cfqg_stats_add_aux()
1531 static void cfqg_stats_exit(struct cfqg_stats *stats) in cfqg_stats_exit()
1549 static int cfqg_stats_init(struct cfqg_stats *stats, gfp_t gfp) in cfqg_stats_init()