Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h2101 static inline int test_tsk_need_resched(struct task_struct *tsk)
2086 static inline int test_tsk_need_resched(struct task_struct *tsk) test_tsk_need_resched() function
/linux/kernel/sched/
H A Ddeadline.c2754 !test_tsk_need_resched(rq->curr)) in find_later_rq()
3312 !test_tsk_need_resched(rq->curr) && in switched_from_dl()
H A Dcore.c2300 if (task_on_rq_queued(donor) && test_tsk_need_resched(rq->curr))
H A Dfair.c9806 if (test_tsk_need_resched(rq->curr)) in can_migrate_task()