Lines Matching refs:this_rq
261 static void pull_rt_task(struct rq *this_rq);
423 static inline void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
543 return this_rq()->rd->span; in sched_rt_period_mask()
2017 rq = this_rq(); in rto_push_irq_work_func()
2046 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
2048 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
2052 int rt_overload_count = rt_overloaded(this_rq); in pull_rt_task()
2065 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task()
2070 tell_cpu_to_push(this_rq); in pull_rt_task()
2075 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
2089 this_rq->rt.highest_prio.curr) in pull_rt_task()
2097 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2109 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2128 activate_task(this_rq, p, 0); in pull_rt_task()
2137 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2141 resched_curr(this_rq); in pull_rt_task()