Searched refs:se_weight (Results 1 – 3 of 3) sorted by relevance
305 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_blocked_se()319 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_se()
3090 cfs_rq->avg.load_sum += se_weight(se) * se->avg.load_sum; in enqueue_load_avg()3124 se->avg.load_avg = div_u64(se_weight(se) * se->avg.load_sum, divider); in reweight_entity()3616 load_sum = (s64)se_weight(se) * runnable_sum; in update_tg_cfs_load()3823 if (se_weight(se) < se->avg.load_sum) in attach_entity_load_avg()3824 se->avg.load_sum = div_u64(se->avg.load_sum, se_weight(se)); in attach_entity_load_avg()
777 static inline long se_weight(struct sched_entity *se) in se_weight() function