Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Drt.c1673 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr)) in check_preempt_curr_rt()
2336 !test_tsk_need_resched(rq->curr) && in task_woken_rt()
H A Ddeadline.c1815 !test_tsk_need_resched(rq->curr)) in check_preempt_curr_dl()
2304 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
H A Dcore.c634 if (test_tsk_need_resched(curr)) in resched_curr()
1797 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
H A Dfair.c7177 if (test_tsk_need_resched(curr)) in check_preempt_wakeup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1892 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function