Lines Matching refs:hweight_active
522 u32 hweight_active; member
1144 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1149 *hw_activep = iocg->hweight_active; in current_hweight()
1872 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1873 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()
1879 iocg->hweight_active); in transfer_surpluses()
1882 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()
1888 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()
1932 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating), in transfer_surpluses()
1943 iocg->hweight_active); in transfer_surpluses()
1947 iocg->hweight_active); in transfer_surpluses()
2939 iocg->hweight_active = WEIGHT_ONE; in ioc_pd_init()