Lines Matching defs:hwi
1177 u32 hwa, hwi;
1197 hwa = hwi = WEIGHT_ONE;
1214 hwi = div64_u64((u64)hwi * inuse, inuse_sum);
1218 iocg->hweight_inuse = max_t(u32, hwi, 1);
1990 * Calculate adjusted hwi, child_adjusted_sum and inuse for the inner
2475 u32 hwi, adj_step;
2480 current_hweight(iocg, NULL, &hwi);
2481 old_hwi = hwi;
2482 cost = abs_cost_to_cost(abs_cost, hwi);
2517 current_hweight(iocg, NULL, &hwi);
2518 cost = abs_cost_to_cost(abs_cost, hwi);
2525 old_inuse, iocg->inuse, old_hwi, hwi);