Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-iosched.h914 struct bfq_stat { struct
933 struct bfq_stat time; argument
935 struct bfq_stat avg_queue_size_sum;
937 struct bfq_stat avg_queue_size_samples;
939 struct bfq_stat dequeue;
941 struct bfq_stat group_wait_time;
943 struct bfq_stat idle_time;
945 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...]