Searched refs:bfq_stat_add_aux (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dbfq-cgroup.c69 * bfq_stat_add_aux - add a bfq_stat into another's aux count
75 static inline void bfq_stat_add_aux(struct bfq_stat *to, function
383 bfq_stat_add_aux(&from->time, &from->time);
384 bfq_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum);
385 bfq_stat_add_aux(&to->avg_queue_size_samples,
387 bfq_stat_add_aux(&to->dequeue, &from->dequeue);
388 bfq_stat_add_aux(&to->group_wait_time, &from->group_wait_time);
389 bfq_stat_add_aux(&to->idle_time, &from->idle_time);
390 bfq_stat_add_aux(&to->empty_time, &from->empty_time);

Completed in 161 milliseconds