Lines Matching refs:bfq_stat
19 static int bfq_stat_init(struct bfq_stat *stat, gfp_t gfp)
31 static void bfq_stat_exit(struct bfq_stat *stat)
37 * bfq_stat_add - add a value to a bfq_stat
38 * @stat: target bfq_stat
44 static inline void bfq_stat_add(struct bfq_stat *stat, uint64_t val)
50 * bfq_stat_read - read the current value of a bfq_stat
51 * @stat: bfq_stat to read
53 static inline uint64_t bfq_stat_read(struct bfq_stat *stat)
59 * bfq_stat_reset - reset a bfq_stat
60 * @stat: bfq_stat to reset
62 static inline void bfq_stat_reset(struct bfq_stat *stat)
69 * bfq_stat_add_aux - add a bfq_stat into another's aux count
70 * @to: the destination bfq_stat
75 static inline void bfq_stat_add_aux(struct bfq_stat *to,
76 struct bfq_stat *from)
83 * blkg_prfill_stat - prfill callback for bfq_stat
86 * @off: offset to the bfq_stat in @pd
88 * prfill callback for printing a bfq_stat.
1182 struct bfq_stat *stat;