Lines Matching refs:this_rq
583 return this_rq()->rd->span; in sched_rt_period_mask()
2199 rq = this_rq(); in rto_push_irq_work_func()
2229 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
2231 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
2235 int rt_overload_count = rt_overloaded(this_rq); in pull_rt_task()
2248 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task()
2253 tell_cpu_to_push(this_rq); in pull_rt_task()
2258 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
2272 this_rq->rt.highest_prio.curr) in pull_rt_task()
2281 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2293 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2311 move_queued_task_locked(src_rq, this_rq, p); in pull_rt_task()
2322 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2326 raw_spin_rq_unlock(this_rq); in pull_rt_task()
2330 raw_spin_rq_lock(this_rq); in pull_rt_task()
2335 resched_curr(this_rq); in pull_rt_task()