Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-iosched.h915 struct bfq_stat { struct
934 struct bfq_stat time; argument
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()
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()
1202 struct bfq_stat *stat; in bfqg_prfill_stat_recursive()