Searched refs:bfq_stat (Results 1 – 2 of 2) sorted by relevance
806 struct bfq_stat { struct822 struct bfq_stat time; argument824 struct bfq_stat avg_queue_size_sum;826 struct bfq_stat avg_queue_size_samples;828 struct bfq_stat dequeue;830 struct bfq_stat group_wait_time;832 struct bfq_stat idle_time;834 struct bfq_stat empty_time;
19 static int bfq_stat_init(struct bfq_stat *stat, gfp_t gfp) in bfq_stat_init()31 static void bfq_stat_exit(struct bfq_stat *stat) in bfq_stat_exit()44 static inline void bfq_stat_add(struct bfq_stat *stat, uint64_t val) in bfq_stat_add()53 static inline uint64_t bfq_stat_read(struct bfq_stat *stat) in bfq_stat_read()62 static inline void bfq_stat_reset(struct bfq_stat *stat) in bfq_stat_reset()75 static inline void bfq_stat_add_aux(struct bfq_stat *to, in bfq_stat_add_aux()76 struct bfq_stat *from) in bfq_stat_add_aux()1087 struct bfq_stat *stat; in bfqg_prfill_stat_recursive()