Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddeadline.c1964 !test_tsk_need_resched(rq->curr)) in wakeup_preempt_dl()
2480 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
H A Drt.c1733 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr)) in wakeup_preempt_rt()
2468 !test_tsk_need_resched(rq->curr) && in task_woken_rt()
H A Dcore.c1050 if (test_tsk_need_resched(curr)) in resched_curr()
2231 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in wakeup_preempt()
H A Dfair.c8321 if (test_tsk_need_resched(curr)) in check_preempt_wakeup_fair()
/openbmc/linux/include/linux/
H A Dsched.h2081 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function