Lines Matching refs:hweight_active
475 * `active` and `inuse` are used to calculate `hweight_active` and
524 u32 hweight_active;
1210 iocg->hweight_active = max_t(u32, hwa, 1);
1215 *hw_activep = iocg->hweight_active;
1939 iocg->hweight_active = DIV64_U64_ROUND_UP(
1940 (u64)parent->hweight_active * iocg->active,
1946 iocg->hweight_active);
1949 if (WARN_ON_ONCE(iocg->hweight_active <= 1 ||
1955 iocg->hweight_active, iocg->hweight_donating,
1999 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating),
2010 iocg->hweight_active);
2014 iocg->hweight_active);
2990 iocg->hweight_active = WEIGHT_ONE;