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.c305 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()
1697 return div64_u64(NICE_0_LOAD * pcpu_sched->runtime, rq->cpu_runtime + 1); in fraction_mm_sched()
4801 weight /= NICE_0_LOAD; in __calc_prop_weight()
4810 unsigned long weight = NICE_0_LOAD; in reweight_task_fair()
7811 delta = (se->h_load.weight * vdelta) / NICE_0_LOAD; in hrtick_start_fair()
7937 unsigned long weight = NICE_0_LOAD; in enqueue_hierarchy()
12524 imbalance = scale_load_down(NICE_0_LOAD) * in sched_balance_find_dst_group()
15076 unsigned long weight = NICE_0_LOAD; in task_tick_fair()
15261 unsigned long weight = NICE_0_LOAD; in set_next_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