Searched refs:inuse_sum (Results 1 – 1 of 1) sorted by relevance
986 u32 inuse_sum = READ_ONCE(parent->child_inuse_sum); in current_hweight() local991 if (!active_sum || !inuse_sum) in current_hweight()997 inuse_sum = max(inuse, inuse_sum); in current_hweight()998 hwi = hwi * inuse / inuse_sum; /* max 16bits * 10000 */ in current_hweight()