Searched refs:hweight_active (Results 1 – 1 of 1) sorted by relevance
526 u32 hweight_active; member1153 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()1158 *hw_activep = iocg->hweight_active; in current_hweight()1888 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()1889 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()1895 iocg->hweight_active); in transfer_surpluses()1898 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()1904 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()1948 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating), in transfer_surpluses()1959 iocg->hweight_active); in transfer_surpluses()[all …]