Home
last modified time | relevance | path

Searched refs:scale_load_down (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dpelt.c324 scale_load_down(cfs_rq->load.weight), in __update_load_avg_cfs_rq()
H A Dsched.h152 # define scale_load_down(w) \ macro
163 # define scale_load_down(w) (w) macro
1002 return scale_load_down(se->load.weight); in se_weight()
H A Dcore.c9818 return scale_load_down(tg->shares); in tg_weight()
9829 if (shareval > scale_load_down(ULONG_MAX)) in cpu_shares_write_u64()
/linux/kernel/sched/ext/
H A Dext.c4247 p->scx.weight = sched_weight_to_cgroup(scale_load_down(lw->weight)); in reweight_task_scx()