Lines Matching defs:hweight_inuse
478 * `hweight_inuse`.
527 u32 hweight_inuse;
1154 iocg->hweight_inuse = max_t(u32, hwi, 1);
1160 *hw_inusep = iocg->hweight_inuse;
1164 * Calculate the hweight_inuse @iocg would get with max @inuse assuming all the
1684 * Determine what @iocg's hweight_inuse should be after donating unused
1743 * global hweight_inuse updates when idle iocg's get activated or inuse weights
1751 * hweight_inuse of others, the right solution to which is for those iocgs to
1760 * Given the weights and target after-donation hweight_inuse values, Andy's
1765 * determine the target hweight_inuse for each node, and then derives per-level
1947 iocg->hweight_inuse = DIV64_U64_ROUND_UP(
1953 (u64)parent->child_adjusted_sum * iocg->hweight_inuse,
1954 parent->hweight_inuse);
1966 iocg->hweight_inuse);
1972 * All inner nodes now have ->hweight_inuse and ->child_adjusted_sum and
1981 * the minimum target hweight_inuse. Configuring inuse
1994 parent->hweight_inuse);
1998 iocg->hweight_inuse,
2289 iocg->hweight_inuse, new_hwi);
2957 iocg->hweight_inuse = WEIGHT_ONE;