Home
last modified time | relevance | path

Searched refs:scale_load (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dautogroup.c255 shares = scale_load(sched_prio_to_weight[idx]); in proc_sched_autogroup_set_nice()
H A Dcore.c1424 lw.weight = scale_load(WEIGHT_IDLEPRIO); in set_load_weight()
1427 lw.weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight()
9386 ret = sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()
9920 ret = sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_write_u64()
9957 ret = sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_nice_write_s64()
H A Dfair.c13473 shares = clamp(shares, scale_load(MIN_SHARES), scale_load(MAX_SHARES)); in __sched_group_set_shares()
13568 __sched_group_set_shares(tg, scale_load(WEIGHT_IDLEPRIO)); in sched_group_set_idle()