Searched refs:se_weight (Results 1 – 2 of 2) sorted by relevance
274 * se_weight() = se->load.weight278 * se_weight() = tg->weight * grq->load_avg / tg->load_avg285 * load_avg = se_weight(se) * load_sum292 * load_sum = \Sum se_weight(se) * se->avg.load_sum299 ___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()
1000 static inline long se_weight(struct sched_entity *se) in se_weight() function