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

/linux-master/include/linux/
H A Dsched.h423 u32 inv_weight; member in struct:load_weight
/linux-master/kernel/sched/
H A Dfair.c174 lw->inv_weight = 0;
180 lw->inv_weight = 0;
186 lw->inv_weight = 0;
241 if (likely(lw->inv_weight))
247 lw->inv_weight = 1;
249 lw->inv_weight = WMULT_CONST;
251 lw->inv_weight = WMULT_CONST / w;
257 * (delta_exec * (weight * lw->inv_weight)) >> WMULT_SHIFT
260 * we're guaranteed shift stays positive because inv_weight is guaranteed to
281 fact = mul_u32_u32(fact, lw->inv_weight);
[all...]
H A Dcore.c1337 load->inv_weight = WMULT_IDLEPRIO;
1349 load->inv_weight = sched_prio_to_wmult[prio];

Completed in 186 milliseconds