Searched refs:active_sum (Results 1 – 1 of 1) sorted by relevance
985 u32 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight() local991 if (!active_sum || !inuse_sum) in current_hweight()994 active_sum = max(active, active_sum); in current_hweight()995 hwa = hwa * active / active_sum; /* max 16bits * 10000 */ in current_hweight()