Searched refs:test_tsk_need_resched (Results 1 - 5 of 5) sorted by path

/linux-master/include/linux/
H A Dsched.h1969 static inline int test_tsk_need_resched(struct task_struct *tsk) function
/linux-master/kernel/sched/
H A Dcore.c1048 if (test_tsk_need_resched(curr))
2248 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr))
H A Ddeadline.c2037 !test_tsk_need_resched(rq->curr))
2566 !test_tsk_need_resched(rq->curr) &&
H A Dfair.c8381 if (test_tsk_need_resched(curr))
H A Drt.c1682 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr))
2417 !test_tsk_need_resched(rq->curr) &&

Completed in 265 milliseconds