Lines Matching refs:src_rq
2741 struct rq *src_rq;
2757 src_rq = cpu_rq(cpu);
2765 src_rq->dl.earliest_dl.next))
2770 double_lock_balance(this_rq, src_rq);
2776 if (src_rq->dl.dl_nr_running <= 1)
2779 p = pick_earliest_pushable_dl_task(src_rq, this_cpu);
2788 WARN_ON(p == src_rq->curr);
2796 src_rq->donor->dl.deadline))
2800 push_task = get_push_task(src_rq);
2802 move_queued_task_locked(src_rq, this_rq, p);
2810 double_unlock_balance(this_rq, src_rq);
2815 stop_one_cpu_nowait(src_rq->cpu, push_cpu_stop,
2816 push_task, &src_rq->push_work);