Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbfq-cgroup.c312 blkg_stat_add_aux(&from->time, &from->time); in bfqg_stats_add_aux()
313 blkg_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in bfqg_stats_add_aux()
314 blkg_stat_add_aux(&to->avg_queue_size_samples, in bfqg_stats_add_aux()
316 blkg_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux()
317 blkg_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in bfqg_stats_add_aux()
318 blkg_stat_add_aux(&to->idle_time, &from->idle_time); in bfqg_stats_add_aux()
319 blkg_stat_add_aux(&to->empty_time, &from->empty_time); in bfqg_stats_add_aux()
Dcfq-iosched.c745 blkg_stat_add_aux(&from->time, &from->time); in cfqg_stats_add_aux()
747 blkg_stat_add_aux(&to->unaccounted_time, &from->unaccounted_time); in cfqg_stats_add_aux()
748 blkg_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in cfqg_stats_add_aux()
749 blkg_stat_add_aux(&to->avg_queue_size_samples, &from->avg_queue_size_samples); in cfqg_stats_add_aux()
750 blkg_stat_add_aux(&to->dequeue, &from->dequeue); in cfqg_stats_add_aux()
751 blkg_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in cfqg_stats_add_aux()
752 blkg_stat_add_aux(&to->idle_time, &from->idle_time); in cfqg_stats_add_aux()
753 blkg_stat_add_aux(&to->empty_time, &from->empty_time); in cfqg_stats_add_aux()
/Linux-v4.19/include/linux/
Dblk-cgroup.h662 static inline void blkg_stat_add_aux(struct blkg_stat *to, in blkg_stat_add_aux() function