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

/linux-master/block/
H A Dblk-iocost.c1194 u64 active_sum = READ_ONCE(parent->child_active_sum); local
1200 if (!active_sum || !inuse_sum)
1203 active_sum = max_t(u64, active, active_sum);
1204 hwa = div64_u64((u64)hwa * active, active_sum);

Completed in 197 milliseconds