Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dpelt.c302 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_blocked_se()
315 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_se()
A Dfair.c3026 cfs_rq->avg.load_sum += se_weight(se) * se->avg.load_sum; in enqueue_load_avg()
3060 se->avg.load_avg = div_u64(se_weight(se) * se->avg.load_sum, divider); in reweight_entity()
3553 load_sum = (s64)se_weight(se) * runnable_sum; in update_tg_cfs_load()
3748 if (se_weight(se)) { in attach_entity_load_avg()
3750 div_u64(se->avg.load_avg * se->avg.load_sum, se_weight(se)); in attach_entity_load_avg()
A Dsched.h771 static inline long se_weight(struct sched_entity *se) in se_weight() function

Completed in 28 milliseconds