Lines Matching refs:hwi
1113 u32 hwa, hwi;
1133 hwa = hwi = WEIGHT_ONE;
1150 hwi = div64_u64((u64)hwi * inuse, inuse_sum);
1154 iocg->hweight_inuse = max_t(u32, hwi, 1);
1928 * Calculate adjusted hwi, child_adjusted_sum and inuse for the inner
2433 u32 hwi, adj_step;
2438 current_hweight(iocg, NULL, &hwi);
2439 old_hwi = hwi;
2440 cost = abs_cost_to_cost(abs_cost, hwi);
2475 current_hweight(iocg, NULL, &hwi);
2476 cost = abs_cost_to_cost(abs_cost, hwi);
2483 old_inuse, iocg->inuse, old_hwi, hwi);