Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpelt.c274 * se_weight() = se->load.weight
278 * se_weight() = tg->weight * grq->load_avg / tg->load_avg
285 * load_avg = se_weight(se) * load_sum
292 * load_sum = \Sum se_weight(se) * se->avg.load_sum
299 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_blocked_se()
312 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_se()
H A Dsched.h1000 static inline long se_weight(struct sched_entity *se) in se_weight() function