Lines Matching refs:hweight_active
477 * `active` and `inuse` are used to calculate `hweight_active` and
526 u32 hweight_active;
1153 iocg->hweight_active = max_t(u32, hwa, 1);
1158 *hw_activep = iocg->hweight_active;
1888 iocg->hweight_active = DIV64_U64_ROUND_UP(
1889 (u64)parent->hweight_active * iocg->active,
1895 iocg->hweight_active);
1898 if (WARN_ON_ONCE(iocg->hweight_active <= 1 ||
1904 iocg->hweight_active, iocg->hweight_donating,
1948 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating),
1959 iocg->hweight_active);
1963 iocg->hweight_active);
2956 iocg->hweight_active = WEIGHT_ONE;