Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/sched/
Drt.c1674 if (p->prio == donor->prio && !test_tsk_need_resched(rq->curr)) in wakeup_preempt_rt()
2387 !test_tsk_need_resched(rq->curr) && in task_woken_rt()
Ddeadline.c2370 !test_tsk_need_resched(rq->curr)) in wakeup_preempt_dl()
2880 !test_tsk_need_resched(rq->curr) && in task_woken_dl()
Dcore.c2199 if (task_on_rq_queued(donor) && test_tsk_need_resched(rq->curr)) in wakeup_preempt()
Dfair.c8787 if (test_tsk_need_resched(rq->curr)) in check_preempt_wakeup_fair()
/linux-6.14.4/include/linux/
Dsched.h2056 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function