Lines Matching refs:this_rq
263 static void pull_rt_task(struct rq *this_rq);
425 static inline void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
542 return this_rq()->rd->span; in sched_rt_period_mask()
1962 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
1964 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
1969 if (likely(!rt_overloaded(this_rq))) in pull_rt_task()
1980 tell_cpu_to_push(this_rq); in pull_rt_task()
1985 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
1999 this_rq->rt.highest_prio.curr) in pull_rt_task()
2007 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2019 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2038 activate_task(this_rq, p, 0); in pull_rt_task()
2047 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2051 resched_curr(this_rq); in pull_rt_task()