Lines Matching defs:hweight_inuse
476 * `hweight_inuse`.
525 u32 hweight_inuse;
1211 iocg->hweight_inuse = max_t(u32, hwi, 1);
1217 *hw_inusep = iocg->hweight_inuse;
1221 * Calculate the hweight_inuse @iocg would get with max @inuse assuming all the
1735 * Determine what @iocg's hweight_inuse should be after donating unused
1794 * global hweight_inuse updates when idle iocg's get activated or inuse weights
1802 * hweight_inuse of others, the right solution to which is for those iocgs to
1811 * Given the weights and target after-donation hweight_inuse values, Andy's
1816 * determine the target hweight_inuse for each node, and then derives per-level
1998 iocg->hweight_inuse = DIV64_U64_ROUND_UP(
2004 (u64)parent->child_adjusted_sum * iocg->hweight_inuse,
2005 parent->hweight_inuse);
2017 iocg->hweight_inuse);
2023 * All inner nodes now have ->hweight_inuse and ->child_adjusted_sum and
2032 * the minimum target hweight_inuse. Configuring inuse
2045 parent->hweight_inuse);
2049 iocg->hweight_inuse,
2361 iocg->hweight_inuse, new_hwi);
2991 iocg->hweight_inuse = WEIGHT_ONE;