Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
Drt.c1685 if (p->prio == rq->curr->prio && !test_tsk_need_resched(rq->curr)) { in check_preempt_curr_rt()
2523 …bool need_to_push = !task_running(rq, p) && !test_tsk_need_resched(rq->curr) && p->nr_cpus_allowed… in task_woken_rt()
Dcore.c638 if (test_tsk_need_resched(curr)) { in resched_curr()
1852 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) { in check_preempt_curr()
Dfair.c7406 if (test_tsk_need_resched(curr)) { in check_preempt_wakeup()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h2005 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched() function