Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-cgroup.c75 static inline void bfq_stat_add_aux(struct bfq_stat *to, in bfq_stat_add_aux() function
383 bfq_stat_add_aux(&from->time, &from->time); in bfqg_stats_add_aux()
384 bfq_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in bfqg_stats_add_aux()
385 bfq_stat_add_aux(&to->avg_queue_size_samples, in bfqg_stats_add_aux()
387 bfq_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux()
388 bfq_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in bfqg_stats_add_aux()
389 bfq_stat_add_aux(&to->idle_time, &from->idle_time); in bfqg_stats_add_aux()
390 bfq_stat_add_aux(&to->empty_time, &from->empty_time); in bfqg_stats_add_aux()