Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Ddeadline.c1815 !test_tsk_need_resched(rq->curr)) in check_preempt_curr_dl()
2309 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
Drt.c1599 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr)) in check_preempt_curr_rt()
2422 !test_tsk_need_resched(rq->curr) && in task_woken_rt()
Dcore.c618 if (test_tsk_need_resched(curr)) in resched_curr()
1749 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
Dfair.c7216 if (test_tsk_need_resched(curr)) in check_preempt_wakeup()
/kernel/linux/linux-5.10/include/linux/
Dsched.h1989 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function