Searched refs:bfq_stat_add_aux (Results 1 – 1 of 1) sorted by relevance
75 static inline void bfq_stat_add_aux(struct bfq_stat *to, in bfq_stat_add_aux() function404 bfq_stat_add_aux(&to->time, &from->time); in bfqg_stats_add_aux()405 bfq_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in bfqg_stats_add_aux()406 bfq_stat_add_aux(&to->avg_queue_size_samples, in bfqg_stats_add_aux()408 bfq_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux()409 bfq_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in bfqg_stats_add_aux()410 bfq_stat_add_aux(&to->idle_time, &from->idle_time); in bfqg_stats_add_aux()411 bfq_stat_add_aux(&to->empty_time, &from->empty_time); in bfqg_stats_add_aux()