Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h175 #define NICE_0_LOAD (1L << NICE_0_LOAD_SHIFT) macro
530 #define ROOT_TASK_GROUP_LOAD NICE_0_LOAD
H A Dfair.c292 if (unlikely(se->load.weight != NICE_0_LOAD)) in calc_delta_fair()
293 delta = __calc_delta(delta, NICE_0_LOAD, &se->load); in calc_delta_fair()
10972 imbalance = scale_load_down(NICE_0_LOAD) * in sched_balance_find_dst_group()
13706 tg->shares = NICE_0_LOAD; in alloc_fair_sched_group()
13813 update_load_set(&se->load, NICE_0_LOAD); in init_tg_cfs_entry()
13928 __sched_group_set_shares(tg, NICE_0_LOAD); in sched_group_set_idle()