Lines Matching refs:task_rq
147 if (prio_less(b, a, task_rq(a)->core->core_forceidle)) in __sched_core_less()
555 rq = task_rq(p); in __task_rq_lock()
557 if (likely(rq == task_rq(p) && !task_on_rq_migrating(p))) { in __task_rq_lock()
579 rq = task_rq(p); in task_rq_lock()
598 if (likely(rq == task_rq(p) && !task_on_rq_migrating(p))) { in task_rq_lock()
2348 if (task_rq(p) == rq) { in migration_cpu_stop()
2423 if (task_rq(p) != rq) in push_cpu_stop()
2440 if (task_rq(p) == rq) { in push_cpu_stop()
2476 struct rq *rq = task_rq(p); in __do_set_cpus_allowed()
3044 lockdep_is_held(__rq_lockp(task_rq(p))))); in set_task_cpu()
3074 src_rq = task_rq(p); in __migrate_swap_task()
3214 rq = task_rq(p); in wait_task_inactive()
3597 atomic_dec(&task_rq(p)->nr_iowait); in ttwu_do_activate()
4108 atomic_dec(&task_rq(p)->nr_iowait); in try_to_wake_up()
5123 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start()
5621 return (task_rq(t)->idle == t); in is_task_rq_idle()
7907 if (!cpumask_subset(task_rq(p)->rd->span, mask)) in dl_task_check_affinity()
8285 p_rq = task_rq(p); in yield_to()
8296 if (task_rq(p) != p_rq) { in yield_to()
8702 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()
8792 if (task_rq(p) == rq && task_on_rq_queued(p)) { in __balance_push_cpu_stop()