Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c1369 struct cfs_rq *cfs_rq = cfs_rq_of(se); in post_init_entity_util_avg()
2088 update_curr(cfs_rq_of(se)); in update_curr_fair()
4523 WARN_ON_ONCE(cfs_rq != cfs_rq_of(se)); in account_entity_enqueue()
4539 WARN_ON_ONCE(cfs_rq != cfs_rq_of(se)); in account_entity_dequeue()
4770 WARN_ON_ONCE(cfs_rq != cfs_rq_of(se)); in reweight_entity()
4815 reweight_entity(cfs_rq_of(se), se, lw->weight); in reweight_task_fair()
4822 weight = __calc_prop_weight(cfs_rq_of(se), se, weight); in reweight_task_fair()
5065 reweight_entity(cfs_rq_of(se), se, shares); in update_cfs_group()
5501 cfs_rq = cfs_rq_of(se); in propagate_entity_load_avg()
5571 cfs_rq = cfs_rq_of(se); in migrate_se_pelt_lag()
[all …]
H A Dsched.h1745 static inline struct cfs_rq *cfs_rq_of(const struct sched_entity *se) in cfs_rq_of() function
1765 static inline struct cfs_rq *cfs_rq_of(const struct sched_entity *se) in cfs_rq_of() function