Lines Matching refs:task_rq
206 if (prio_less(b, a, !!task_rq(a)->core->core_forceidle_count)) in __sched_core_less()
614 rq = task_rq(p); in __task_rq_lock()
616 if (likely(rq == task_rq(p) && !task_on_rq_migrating(p))) { in __task_rq_lock()
638 rq = task_rq(p); in task_rq_lock()
657 if (likely(rq == task_rq(p) && !task_on_rq_migrating(p))) { in task_rq_lock()
2412 if (task_rq(p) == rq) { in migration_cpu_stop()
2487 if (task_rq(p) != rq) in push_cpu_stop()
2504 if (task_rq(p) == rq) { in push_cpu_stop()
2540 struct rq *rq = task_rq(p); in __do_set_cpus_allowed()
3108 lockdep_is_held(__rq_lockp(task_rq(p))))); in set_task_cpu()
3138 src_rq = task_rq(p); in __migrate_swap_task()
3278 rq = task_rq(p); in wait_task_inactive()
3661 atomic_dec(&task_rq(p)->nr_iowait); in ttwu_do_activate()
4181 atomic_dec(&task_rq(p)->nr_iowait); in try_to_wake_up()
5360 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start()
5859 return (task_rq(t)->idle == t); in is_task_rq_idle()
8101 if (!cpumask_subset(task_rq(p)->rd->span, mask)) in dl_task_check_affinity()
8657 p_rq = task_rq(p); in yield_to()
8668 if (task_rq(p) != p_rq) { in yield_to()
9064 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()
9159 if (task_rq(p) == rq && task_on_rq_queued(p)) { in __balance_push_cpu_stop()