Home
last modified time | relevance | path

Searched refs:sched_task_on_rq (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dtick-sched.c438 if (!sched_task_on_rq(tsk)) in tick_nohz_kick_task()
/linux/include/linux/
H A Dsched.h2138 extern bool sched_task_on_rq(struct task_struct *p);
/linux/kernel/sched/
H A Dcore.c2081 bool sched_task_on_rq(struct task_struct *p) in sched_task_on_rq() function