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

/linux-4.1.27/kernel/sched/
H A Ddeadline.c1067 !test_tsk_need_resched(rq->curr)) check_preempt_curr_dl()
1567 !test_tsk_need_resched(rq->curr) && task_woken_dl()
H A Drt.c1421 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr)) check_preempt_curr_rt()
2053 !test_tsk_need_resched(rq->curr) && task_woken_rt()
H A Dcore.c558 if (test_tsk_need_resched(curr)) resched_curr()
1015 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr))
H A Dfair.c5048 if (test_tsk_need_resched(curr)) check_preempt_wakeup()
/linux-4.1.27/include/linux/
H A Dsched.h2786 static inline int test_tsk_need_resched(struct task_struct *tsk) test_tsk_need_resched() function

Completed in 290 milliseconds