Home
last modified time | relevance | path

Searched refs:sched_prio_to_weight (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dautogroup.c233 shares = scale_load(sched_prio_to_weight[idx]); in proc_sched_autogroup_set_nice()
H A Dcore.c906 load->weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight()
8749 for (prio = 0; prio < ARRAY_SIZE(sched_prio_to_weight); prio++) { in cpu_weight_nice_read_s64()
8750 delta = abs(sched_prio_to_weight[prio] - weight); in cpu_weight_nice_read_s64()
8770 weight = sched_prio_to_weight[idx]; in cpu_weight_nice_write_s64()
8913 const int sched_prio_to_weight[40] = { variable
H A Dsched.h1794 extern const int sched_prio_to_weight[40];
H A Dfair.c3137 unsigned long weight = scale_load(sched_prio_to_weight[prio]); in reweight_task()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcgroup-v2.rst2234 For details of this mapping see sched_prio_to_weight array in