Lines Matching refs:hweight_active
520 u32 hweight_active; member
1189 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1194 *hw_activep = iocg->hweight_active; in current_hweight()
1911 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1912 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()
1918 iocg->hweight_active); in transfer_surpluses()
1921 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()
1927 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()
1971 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating), in transfer_surpluses()
1982 iocg->hweight_active); in transfer_surpluses()
1986 iocg->hweight_active); in transfer_surpluses()
2960 iocg->hweight_active = WEIGHT_ONE; in ioc_pd_init()