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

/linux-master/include/linux/
H A Dsched.h1965 static inline int test_tsk_need_resched(struct task_struct *tsk) function
/linux-master/kernel/sched/
H A Drt.c1683 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr))
2418 !test_tsk_need_resched(rq->curr) &&
H A Ddeadline.c2038 !test_tsk_need_resched(rq->curr))
2567 !test_tsk_need_resched(rq->curr) &&
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 Dfair.c8319 if (test_tsk_need_resched(curr))

Completed in 301 milliseconds