Lines Matching refs:this_rq
584 return this_rq()->rd->span; in sched_rt_period_mask()
2239 rq = this_rq(); in rto_push_irq_work_func()
2269 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
2271 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
2275 int rt_overload_count = rt_overloaded(this_rq); in pull_rt_task()
2288 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task()
2293 tell_cpu_to_push(this_rq); in pull_rt_task()
2298 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
2312 this_rq->rt.highest_prio.curr) in pull_rt_task()
2321 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2333 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2351 move_queued_task_locked(src_rq, this_rq, p); in pull_rt_task()
2362 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2366 raw_spin_rq_unlock(this_rq); in pull_rt_task()
2370 raw_spin_rq_lock(this_rq); in pull_rt_task()
2375 resched_curr(this_rq); in pull_rt_task()