Home
last modified time | relevance | path

Searched refs:rq_of (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dpelt.h174 return rq_clock_pelt(rq_of(cfs_rq)) - cfs_rq->throttled_clock_pelt_time; in cfs_rq_clock_pelt()
180 return rq_clock_pelt(rq_of(cfs_rq)); in cfs_rq_clock_pelt()
H A Dfair.c333 struct rq *rq = rq_of(cfs_rq); in list_add_leaf_cfs_rq()
402 struct rq *rq = rq_of(cfs_rq); in list_del_leaf_cfs_rq()
1046 resched_curr(rq_of(cfs_rq)); in update_deadline()
1108 long cpu_scale = arch_scale_cpu_capacity(cpu_of(rq_of(cfs_rq))); in post_init_entity_util_avg()
1209 delta_exec = update_curr_se(rq_of(cfs_rq), curr); in update_curr()
1242 __update_stats_wait_start(rq_of(cfs_rq), p, stats); in update_stats_wait_start_fair()
1268 __update_stats_wait_end(rq_of(cfs_rq), p, stats); in update_stats_wait_end_fair()
1285 __update_stats_enqueue_sleeper(rq_of(cfs_rq), tsk, stats); in update_stats_enqueue_sleeper_fair()
1330 rq_clock(rq_of(cfs_rq))); in update_stats_dequeue_fair()
1333 rq_clock(rq_of(cfs_rq))); in update_stats_dequeue_fair()
[all …]
H A Dsched.h1175 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of() function
1182 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of() function