Home
last modified time | relevance | path

Searched refs:NICE_0_LOAD (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dfair.c260 * Either weight := NICE_0_LOAD and lw \e sched_prio_to_wmult[], in which case
262 * fit 32 bits, and NICE_0_LOAD gives another 10 bits; therefore shift >= 22.
305 if (se->h_load.weight != NICE_0_LOAD) in calc_delta_fair()
306 delta = __calc_delta(delta, NICE_0_LOAD, &se->h_load); in calc_delta_fair()
938 * The worst case term for @key includes 'NSEC_TICK * NICE_0_LOAD' in vruntime_eligible()
939 * and @load obviously includes NICE_0_LOAD. NSEC_TICK is around 24 in vruntime_eligible()
940 * bits, while NICE_0_LOAD is 20 on 64bit and 10 otherwise. in vruntime_eligible()
1697 return div64_u64(NICE_0_LOAD * pcpu_sched->runtime, rq->cpu_runtime + 1); in get_pref_llc()
4789 * weight = NICE_0_LOAD; in __calc_prop_weight()
4801 weight /= NICE_0_LOAD; in reweight_task_fair()
[all...]
H A Dsched.h175 #define NICE_0_LOAD (1L << NICE_0_LOAD_SHIFT) macro
533 #define ROOT_TASK_GROUP_LOAD NICE_0_LOAD