Lines Matching refs:this_rq
263 static void pull_rt_task(struct rq *this_rq);
425 static inline void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
584 return this_rq()->rd->span; in sched_rt_period_mask()
2090 rq = this_rq(); in rto_push_irq_work_func()
2119 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
2121 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
2125 int rt_overload_count = rt_overloaded(this_rq); in pull_rt_task()
2138 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task()
2143 tell_cpu_to_push(this_rq); in pull_rt_task()
2148 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
2162 this_rq->rt.highest_prio.curr) in pull_rt_task()
2170 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2182 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2201 activate_task(this_rq, p, 0); in pull_rt_task()
2210 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2214 resched_curr(this_rq); in pull_rt_task()