Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h209 * scale_load(sched_prio_to_weight[USER_PRIO(NICE_TO_PRIO(0))]) == NICE_0_LOAD
212 #define NICE_0_LOAD (1L << NICE_0_LOAD_SHIFT) macro
510 #define ROOT_TASK_GROUP_LOAD NICE_0_LOAD
H A Dfair.c262 * Either weight := NICE_0_LOAD and lw \e sched_prio_to_wmult[], in which case
264 * fit 32 bits, and NICE_0_LOAD gives another 10 bits; therefore shift >= 22.
710 if (unlikely(se->load.weight != NICE_0_LOAD)) { in calc_delta_fair()
711 delta = fair_calc_delta(delta, NICE_0_LOAD, &se->load); in calc_delta_fair()
9367 imbalance = scale_load_down(NICE_0_LOAD) * (sd->imbalance_pct - FAIR_ONEHUNDRED) / FAIR_ONEHUNDRED; in find_idlest_group()
11879 tg->shares = NICE_0_LOAD; in alloc_fair_sched_group()
11982 update_load_set(&se->load, NICE_0_LOAD); in init_tg_cfs_entry()

Completed in 22 milliseconds