Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dbfq-cgroup.c69 * bfq_stat_add_aux - add a bfq_stat into another's aux count
75 static inline void bfq_stat_add_aux(struct bfq_stat *to, in bfq_stat_add_aux() function
390 bfq_stat_add_aux(&from->time, &from->time); in bfqg_stats_add_aux()
391 bfq_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in bfqg_stats_add_aux()
392 bfq_stat_add_aux(&to->avg_queue_size_samples, in bfqg_stats_add_aux()
394 bfq_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux()
395 bfq_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in bfqg_stats_add_aux()
396 bfq_stat_add_aux(&to->idle_time, &from->idle_time); in bfqg_stats_add_aux()
397 bfq_stat_add_aux(&to->empty_time, &from->empty_time); in bfqg_stats_add_aux()
/kernel/linux/linux-6.6/block/
H A Dbfq-cgroup.c69 * bfq_stat_add_aux - add a bfq_stat into another's aux count
75 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()

Completed in 7 milliseconds