Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.h808 struct bfq_stat { struct
827 struct bfq_stat time;
829 struct bfq_stat avg_queue_size_sum;
831 struct bfq_stat avg_queue_size_samples;
833 struct bfq_stat dequeue;
835 struct bfq_stat group_wait_time;
837 struct bfq_stat idle_time;
839 struct bfq_stat empty_time;
H A Dbfq-cgroup.c19 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()
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) in bfq_stat_add()
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) in bfq_stat_read()
59 * bfq_stat_reset - reset a bfq_stat
60 * @stat: bfq_stat t
[all...]
/kernel/linux/linux-6.6/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) in bfq_stat_init()
31 static void bfq_stat_exit(struct bfq_stat *stat) in bfq_stat_exit()
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) in bfq_stat_add()
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) in bfq_stat_read()
59 * bfq_stat_reset - reset a bfq_stat
60 * @stat: bfq_stat t
[all...]

Completed in 7 milliseconds