Searched refs:on_rt_rq (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/sched/
H A Drt.c441 static inline int on_rt_rq(struct sched_rt_entity *rt_se) function
544 else if (!on_rt_rq(rt_se))
564 else if (on_rt_rq(rt_se))
1440 if (on_rt_rq(rt_se))
1513 if (on_rt_rq(rt_se)) {
1644 if (!on_rt_rq(&p->rt) && need_pull_rt_task(rq, p)) {
1694 if (on_rt_rq(&p->rt))
1774 if (on_rt_rq(&p->rt))
1785 if (on_rt_rq(&p->rt) && p->nr_cpus_allowed > 1)

Completed in 115 milliseconds