Searched refs:se_weight (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | pelt.c | 277 * se_weight() = se->load.weight 281 * se_weight() = tg->weight * grq->load_avg / tg->load_avg 288 * load_avg = se_weight(se) * load_sum 295 * load_sum = \Sum se_weight(se) * se->avg.load_sum 302 ___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()
|
H A D | fair.c | 3106 cfs_rq->avg.load_sum += se_weight(se) * se->avg.load_sum; in enqueue_load_avg() 3113 sub_positive(&cfs_rq->avg.load_sum, se_weight(se) * se->avg.load_sum); in dequeue_load_avg() 3139 se->avg.load_avg = div_u64(se_weight(se) * se->avg.load_sum, divider); in reweight_entity() 3575 load_sum = (s64)se_weight(se) * runnable_sum; in update_tg_cfs_load() 3779 if (se_weight(se) < se->avg.load_sum) in attach_entity_load_avg() 3780 se->avg.load_sum = div_u64(se->avg.load_sum, se_weight(se)); in attach_entity_load_avg()
|
H A D | sched.h | 850 static inline long se_weight(struct sched_entity *se) in se_weight() function
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | pelt.c | 273 * se_weight() = se->load.weight 277 * se_weight() = tg->weight * grq->load_avg / tg->load_avg 284 * load_avg = se_weight(se) * load_sum 291 * load_sum = \Sum se_weight(se) * se->avg.load_sum 298 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_blocked_se() 311 ___update_load_avg(&se->avg, se_weight(se)); in __update_load_avg_se()
|
H A D | fair.c | 3679 cfs_rq->avg.load_sum += se_weight(se) * se->avg.load_sum; in enqueue_load_avg() 3686 sub_positive(&cfs_rq->avg.load_sum, se_weight(se) * se->avg.load_sum); in dequeue_load_avg() 3836 se->avg.load_avg = div_u64(se_weight(se) * se->avg.load_sum, divider); in reweight_entity() 4343 load_sum = se_weight(se) * runnable_sum; in update_tg_cfs_load() 4350 delta_sum = load_sum - (s64)se_weight(se) * se->avg.load_sum; in update_tg_cfs_load() 4637 if (se_weight(se) < se->avg.load_sum) in attach_entity_load_avg() 4638 se->avg.load_sum = div_u64(se->avg.load_sum, se_weight(se)); in attach_entity_load_avg()
|
H A D | sched.h | 902 static inline long se_weight(struct sched_entity *se) in se_weight() function
|
Completed in 40 milliseconds