Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c1128 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight() local
1134 if (!active_sum || !inuse_sum) in current_hweight()
1137 active_sum = max_t(u64, active, active_sum); in current_hweight()
1138 hwa = div64_u64((u64)hwa * active, active_sum); in current_hweight()