Lines Matching refs:this_rq
263 static void pull_rt_task(struct rq *this_rq);
426 static inline void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
585 return this_rq()->rd->span; in sched_rt_period_mask()
2128 rq = this_rq(); in rto_push_irq_work_func()
2158 static void pull_rt_task(struct rq *this_rq) in pull_rt_task() argument
2160 int this_cpu = this_rq->cpu, cpu; in pull_rt_task()
2164 int rt_overload_count = rt_overloaded(this_rq); in pull_rt_task()
2177 cpumask_test_cpu(this_rq->cpu, this_rq->rd->rto_mask)) in pull_rt_task()
2182 tell_cpu_to_push(this_rq); in pull_rt_task()
2187 for_each_cpu(cpu, this_rq->rd->rto_mask) { in pull_rt_task()
2201 this_rq->rt.highest_prio.curr) in pull_rt_task()
2210 double_lock_balance(this_rq, src_rq); in pull_rt_task()
2222 if (p && (p->prio < this_rq->rt.highest_prio.curr)) { in pull_rt_task()
2242 activate_task(this_rq, p, 0); in pull_rt_task()
2253 double_unlock_balance(this_rq, src_rq); in pull_rt_task()
2256 raw_spin_rq_unlock(this_rq); in pull_rt_task()
2259 raw_spin_rq_lock(this_rq); in pull_rt_task()
2264 resched_curr(this_rq); in pull_rt_task()