Lines Matching refs:hwi
1170 u32 hwa, hwi;
1190 hwa = hwi = WEIGHT_ONE;
1207 hwi = div64_u64((u64)hwi * inuse, inuse_sum);
1211 iocg->hweight_inuse = max_t(u32, hwi, 1);
1979 * Calculate adjusted hwi, child_adjusted_sum and inuse for the inner
2462 u32 hwi, adj_step;
2467 current_hweight(iocg, NULL, &hwi);
2468 old_hwi = hwi;
2469 cost = abs_cost_to_cost(abs_cost, hwi);
2504 current_hweight(iocg, NULL, &hwi);
2505 cost = abs_cost_to_cost(abs_cost, hwi);
2512 old_inuse, iocg->inuse, old_hwi, hwi);