Home
last modified time | relevance | path

Searched refs:sched_prio_to_weight (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c930 load->weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight()
9390 for (prio = 0; prio < ARRAY_SIZE(sched_prio_to_weight); prio++) { in cpu_weight_nice_read_s64()
9391 delta = abs(sched_prio_to_weight[prio] - weight); in cpu_weight_nice_read_s64()
9413 weight = sched_prio_to_weight[idx]; in cpu_weight_nice_write_s64()
9554 const int sched_prio_to_weight[40] = { variable
9566 * Inverse (2^32/x) values of the sched_prio_to_weight[] array, precalculated.
H A Dsched.h209 * scale_load(sched_prio_to_weight[USER_PRIO(NICE_TO_PRIO(0))]) == NICE_0_LOAD
1834 extern const int sched_prio_to_weight[40];
H A Dfair.c3237 unsigned long weight = scale_load(sched_prio_to_weight[prio]); in reweight_task()
7703 * is derived from the nice value as per sched_prio_to_weight[].

Completed in 33 milliseconds