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

/linux-master/block/
H A Dblk-cgroup-rwstat.h130 * blkg_rwstat_add_aux - add a blkg_rwstat into another's aux count
136 static inline void blkg_rwstat_add_aux(struct blkg_rwstat *to, function
H A Dbfq-cgroup.c380 blkg_rwstat_add_aux(&to->merged, &from->merged);
381 blkg_rwstat_add_aux(&to->service_time, &from->service_time);
382 blkg_rwstat_add_aux(&to->wait_time, &from->wait_time);

Completed in 131 milliseconds