Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c1653 if (p->prio == donor->prio && !test_tsk_need_resched(rq->curr)) in wakeup_preempt_rt()
2377 !test_tsk_need_resched(rq->curr) && in task_woken_rt()
H A Ddeadline.c2757 !test_tsk_need_resched(rq->curr)) in wakeup_preempt_dl()
3315 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
H A Dcore.c2310 if (task_on_rq_queued(donor) && test_tsk_need_resched(rq->curr)) in wakeup_preempt()
H A Dfair.c9947 if (!sched_feat(PREEMPT_SHORT) && test_tsk_need_resched(rq->curr)) in wakeup_preempt_fair()
/linux/include/linux/
H A Dsched.h2119 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function