Searched refs:hweight_active (Results 1 – 1 of 1) sorted by relevance
524 u32 hweight_active; member1199 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()1204 *hw_activep = iocg->hweight_active; in current_hweight()1934 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()1935 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()1941 iocg->hweight_active); in transfer_surpluses()1944 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()1950 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()1994 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating), in transfer_surpluses()2005 iocg->hweight_active); in transfer_surpluses()[all …]