Searched refs:bfq_stat (Results 1 – 2 of 2) sorted by relevance
914 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;
19 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_stat38 * @stat: target bfq_stat44 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_stat51 * @stat: bfq_stat to read53 static inline uint64_t bfq_stat_read(struct bfq_stat *stat) in bfq_stat_read() 59 * bfq_stat_reset - reset a bfq_stat60 * @stat: bfq_stat t[all...]