Lines Matching refs:from
738 static void cfqg_stats_add_aux(struct cfqg_stats *to, struct cfqg_stats *from) in cfqg_stats_add_aux() argument
741 blkg_rwstat_add_aux(&to->merged, &from->merged); in cfqg_stats_add_aux()
742 blkg_rwstat_add_aux(&to->service_time, &from->service_time); in cfqg_stats_add_aux()
743 blkg_rwstat_add_aux(&to->wait_time, &from->wait_time); in cfqg_stats_add_aux()
744 blkg_stat_add_aux(&from->time, &from->time); in cfqg_stats_add_aux()
746 blkg_stat_add_aux(&to->unaccounted_time, &from->unaccounted_time); in cfqg_stats_add_aux()
747 blkg_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in cfqg_stats_add_aux()
748 blkg_stat_add_aux(&to->avg_queue_size_samples, &from->avg_queue_size_samples); in cfqg_stats_add_aux()
749 blkg_stat_add_aux(&to->dequeue, &from->dequeue); in cfqg_stats_add_aux()
750 blkg_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in cfqg_stats_add_aux()
751 blkg_stat_add_aux(&to->idle_time, &from->idle_time); in cfqg_stats_add_aux()
752 blkg_stat_add_aux(&to->empty_time, &from->empty_time); in cfqg_stats_add_aux()