Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c1137 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight() local
1143 if (!active_sum || !inuse_sum) in current_hweight()
1146 active_sum = max_t(u64, active, active_sum); in current_hweight()
1147 hwa = div64_u64((u64)hwa * active, active_sum); in current_hweight()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c1194 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight() local
1200 if (!active_sum || !inuse_sum) in current_hweight()
1203 active_sum = max_t(u64, active, active_sum); in current_hweight()
1204 hwa = div64_u64((u64)hwa * active, active_sum); in current_hweight()

Completed in 9 milliseconds