Home
last modified time | relevance | path

Searched refs:task_on_cpu (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/sched/
H A Dcore_sched.c93 if (task_on_cpu(rq, p)) in sched_core_update_cookie()
H A Dstats.h142 if (task_on_cpu(task_rq(p), p)) in psi_enqueue()
H A Dsyscalls.c1449 if (task_on_cpu(p_rq, p) || !task_is_running(p)) in yield_to()
H A Dsched.h2270 static inline int task_on_cpu(struct rq *rq, struct task_struct *p) in task_on_cpu() function
3809 if (!task_on_cpu(rq, p) && in task_is_pushable()
H A Ddeadline.c2606 task_on_cpu(rq, task) || in find_lock_later_rq()
2832 if (!task_on_cpu(rq, p) && in task_woken_dl()
H A Drt.c2344 bool need_to_push = !task_on_cpu(rq, p) && in task_woken_rt()
H A Dfair.c9355 if (task_on_cpu(env->src_rq, p) || in can_migrate_task()