Searched refs:bfq_stat (Results 1 - 2 of 2) sorted by relevance

/linux-master/block/
H A Dbfq-iosched.h915 struct bfq_stat { struct
934 struct bfq_stat time;
936 struct bfq_stat avg_queue_size_sum;
938 struct bfq_stat avg_queue_size_samples;
940 struct bfq_stat dequeue;
942 struct bfq_stat group_wait_time;
944 struct bfq_stat idle_time;
946 struct bfq_stat empty_time;
H A Dbfq-cgroup.c19 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 t
[all...]

Completed in 92 milliseconds