Searched refs:sched_prio_to_weight (Results 1 – 4 of 4) sorted by relevance
256 shares = scale_load(sched_prio_to_weight[idx]); in proc_sched_autogroup_set_nice()
1311 load->weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight()11301 for (prio = 0; prio < ARRAY_SIZE(sched_prio_to_weight); prio++) { in cpu_weight_nice_read_s64()11302 delta = abs(sched_prio_to_weight[prio] - weight); in cpu_weight_nice_read_s64()11322 weight = sched_prio_to_weight[idx]; in cpu_weight_nice_write_s64()11492 const int sched_prio_to_weight[40] = { variable
2152 extern const int sched_prio_to_weight[40];
3350 unsigned long weight = scale_load(sched_prio_to_weight[prio]); in reweight_task()