Searched refs:inv_weight (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dsched.h423 u32 inv_weight; member in struct:load_weight
/linux-master/kernel/sched/
H A Dcore.c1337 load->inv_weight = WMULT_IDLEPRIO;
1349 load->inv_weight = sched_prio_to_wmult[prio];
H A Dfair.c167 lw->inv_weight = 0;
173 lw->inv_weight = 0;
179 lw->inv_weight = 0;
234 if (likely(lw->inv_weight))
240 lw->inv_weight = 1;
242 lw->inv_weight = WMULT_CONST;
244 lw->inv_weight = WMULT_CONST / w;
250 * (delta_exec * (weight * lw->inv_weight)) >> WMULT_SHIFT
253 * we're guaranteed shift stays positive because inv_weight is guaranteed to
274 fact = mul_u32_u32(fact, lw->inv_weight);
[all...]

Completed in 812 milliseconds