Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h2086 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function
/linux/kernel/sched/
H A Ddeadline.c2550 !test_tsk_need_resched(rq->curr)) in wakeup_preempt_dl()
3098 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
H A Dcore.c2260 if (task_on_rq_queued(donor) && test_tsk_need_resched(rq->curr)) in wakeup_preempt()
H A Dfair.c9091 if (test_tsk_need_resched(rq->curr)) in wakeup_preempt_fair()