Home
last modified time | relevance | path

Searched refs:scale_load (Results 1 – 4 of 4) 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 Dsched.h127 # define scale_load(w) ((w) << SCHED_FIXEDPOINT_SHIFT) macro
137 # define scale_load(w) (w) macro
H A Dcore.c894 load->weight = scale_load(WEIGHT_IDLEPRIO); in set_load_weight()
906 load->weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight()
8321 return sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()
8738 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_write_u64()
8772 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_nice_write_s64()
H A Dfair.c3137 unsigned long weight = scale_load(sched_prio_to_weight[prio]); in reweight_task()
11452 shares = clamp(shares, scale_load(MIN_SHARES), scale_load(MAX_SHARES)); in sched_group_set_shares()