Lines Matching refs:this_rq
632 return this_rq()->rd->span; in sched_rt_period_mask()
2316 rq = this_rq(); in rto_push_irq_work_func()
2346 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
2348 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
2352 int rt_overload_count = rt_overloaded(this_rq); in pull_rt_task()
2365 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task()
2370 tell_cpu_to_push(this_rq); in pull_rt_task()
2375 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
2389 this_rq->rt.highest_prio.curr) in pull_rt_task()
2398 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2410 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2430 activate_task(this_rq, p, 0); in pull_rt_task()
2441 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2444 raw_spin_rq_unlock(this_rq); in pull_rt_task()
2447 raw_spin_rq_lock(this_rq); in pull_rt_task()
2452 resched_curr(this_rq); in pull_rt_task()