Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Dautogroup.c256 shares = scale_load(sched_prio_to_weight[idx]); in proc_sched_autogroup_set_nice()
Dcore.c1326 load->weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight()
11356 for (prio = 0; prio < ARRAY_SIZE(sched_prio_to_weight); prio++) { in cpu_weight_nice_read_s64()
11357 delta = abs(sched_prio_to_weight[prio] - weight); in cpu_weight_nice_read_s64()
11377 weight = sched_prio_to_weight[idx]; in cpu_weight_nice_write_s64()
11542 const int sched_prio_to_weight[40] = { variable
Dsched.h2182 extern const int sched_prio_to_weight[40];
Dfair.c3685 unsigned long weight = scale_load(sched_prio_to_weight[prio]); in reweight_task()
/Linux-v6.6/Documentation/admin-guide/
Dcgroup-v2.rst2524 For details of this mapping see sched_prio_to_weight array in