Searched refs:blkg_stat_add_aux (Results 1 – 2 of 2) sorted by relevance
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()
559 static inline void blkg_stat_add_aux(struct blkg_stat *to, in blkg_stat_add_aux() function