Searched refs:test_tsk_need_resched (Results 1 – 5 of 5) sorted by relevance
1675 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()
2352 !test_tsk_need_resched(rq->curr)) in wakeup_preempt_dl()2875 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
1086 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()
8797 if (test_tsk_need_resched(curr)) in check_preempt_wakeup_fair()
2008 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function
Completed in 59 milliseconds