Lines Matching refs:this_rq
260 static void pull_rt_task(struct rq *this_rq);
422 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()
2029 rq = this_rq(); in rto_push_irq_work_func()
2058 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
2060 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
2064 int rt_overload_count = rt_overloaded(this_rq); in pull_rt_task()
2077 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task()
2082 tell_cpu_to_push(this_rq); in pull_rt_task()
2087 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
2101 this_rq->rt.highest_prio.curr) in pull_rt_task()
2109 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2121 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2140 activate_task(this_rq, p, 0); in pull_rt_task()
2149 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2153 resched_curr(this_rq); in pull_rt_task()