Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h149 #define NICE_0_LOAD (1L << NICE_0_LOAD_SHIFT) macro
448 #define ROOT_TASK_GROUP_LOAD NICE_0_LOAD
Dfair.c681 if (unlikely(se->load.weight != NICE_0_LOAD)) in calc_delta_fair()
682 delta = __calc_delta(delta, NICE_0_LOAD, &se->load); in calc_delta_fair()
4300 if (sleep_time > ((1ULL << 63) / scale_load_down(NICE_0_LOAD))) in entity_is_long_sleeper()
9161 imbalance = scale_load_down(NICE_0_LOAD) * in find_idlest_group()
11448 tg->shares = NICE_0_LOAD; in alloc_fair_sched_group()
11546 update_load_set(&se->load, NICE_0_LOAD); in init_tg_cfs_entry()