Lines Matching defs:curr
605 * 'curr' points to currently running entity on this cfs_rq.
608 struct sched_entity *curr;
703 int curr; /* highest queued rt task prio */
752 u64 curr;
1033 struct task_struct __rcu *curr;
1216 #define cpu_curr(cpu) (cpu_rq(cpu)->curr)
1792 return rq->curr == p;
1944 WARN_ON_ONCE(rq->curr != prev);
1950 WARN_ON_ONCE(rq->curr != next);
2735 * In the same way it provides those guarantees around store to rq->curr.