Lines Matching refs:to
714 static void cfqg_stats_merge(struct cfqg_stats *to, struct cfqg_stats *from) in cfqg_stats_merge() argument
717 blkg_rwstat_merge(&to->service_bytes, &from->service_bytes); in cfqg_stats_merge()
718 blkg_rwstat_merge(&to->serviced, &from->serviced); in cfqg_stats_merge()
719 blkg_rwstat_merge(&to->merged, &from->merged); in cfqg_stats_merge()
720 blkg_rwstat_merge(&to->service_time, &from->service_time); in cfqg_stats_merge()
721 blkg_rwstat_merge(&to->wait_time, &from->wait_time); in cfqg_stats_merge()
724 blkg_stat_merge(&to->unaccounted_time, &from->unaccounted_time); in cfqg_stats_merge()
725 blkg_stat_merge(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in cfqg_stats_merge()
726 blkg_stat_merge(&to->avg_queue_size_samples, &from->avg_queue_size_samples); in cfqg_stats_merge()
727 blkg_stat_merge(&to->dequeue, &from->dequeue); in cfqg_stats_merge()
728 blkg_stat_merge(&to->group_wait_time, &from->group_wait_time); in cfqg_stats_merge()
729 blkg_stat_merge(&to->idle_time, &from->idle_time); in cfqg_stats_merge()
730 blkg_stat_merge(&to->empty_time, &from->empty_time); in cfqg_stats_merge()