Lines Matching refs:from
722 static void cfqg_stats_add_aux(struct cfqg_stats *to, struct cfqg_stats *from) in cfqg_stats_add_aux() argument
725 blkg_rwstat_add_aux(&to->merged, &from->merged); in cfqg_stats_add_aux()
726 blkg_rwstat_add_aux(&to->service_time, &from->service_time); in cfqg_stats_add_aux()
727 blkg_rwstat_add_aux(&to->wait_time, &from->wait_time); in cfqg_stats_add_aux()
728 blkg_stat_add_aux(&from->time, &from->time); in cfqg_stats_add_aux()
730 blkg_stat_add_aux(&to->unaccounted_time, &from->unaccounted_time); in cfqg_stats_add_aux()
731 blkg_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in cfqg_stats_add_aux()
732 blkg_stat_add_aux(&to->avg_queue_size_samples, &from->avg_queue_size_samples); in cfqg_stats_add_aux()
733 blkg_stat_add_aux(&to->dequeue, &from->dequeue); in cfqg_stats_add_aux()
734 blkg_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in cfqg_stats_add_aux()
735 blkg_stat_add_aux(&to->idle_time, &from->idle_time); in cfqg_stats_add_aux()
736 blkg_stat_add_aux(&to->empty_time, &from->empty_time); in cfqg_stats_add_aux()