Lines Matching refs:next
574 extern void set_task_rq_fair(struct sched_entity *se, struct cfs_rq *prev, struct cfs_rq *next);
576 static inline void set_task_rq_fair(struct sched_entity *se, struct cfs_rq *prev, struct cfs_rq *next)
609 struct sched_entity *next;
705 int next; /* next highest */
753 u64 next;
843 struct perf_domain *next;
1229 * %RQCF_REQ_SKIP - will request skipping of clock update on the next
1246 * one position though, because the next rq_unpin_lock() will shift it
1486 if (unlikely(head->next)) {
1491 head->next = rq->balance_callback;
1572 struct sched_group *next; /* Must be a circular list */
1948 static inline void set_next_task(struct rq *rq, struct task_struct *next)
1950 WARN_ON_ONCE(rq->curr != next);
1951 next->sched_class->set_next_task(rq, next, false);