Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Drt.c1675 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr)) in wakeup_preempt_rt()
2400 !test_tsk_need_resched(rq->curr) && in task_woken_rt()
A Ddeadline.c2352 !test_tsk_need_resched(rq->curr)) in wakeup_preempt_dl()
2875 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
A Dcore.c1086 if (test_tsk_need_resched(curr)) in resched_curr()
2147 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in wakeup_preempt()
A Dfair.c8797 if (test_tsk_need_resched(curr)) in check_preempt_wakeup_fair()
/linux/include/linux/
A Dsched.h2008 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function

Completed in 59 milliseconds