Lines Matching refs:lowest_rq
1636 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1646 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1648 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1654 lowest_rq = NULL; in find_lock_lowest_rq()
1659 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
1667 !cpumask_test_cpu(lowest_rq->cpu, in find_lock_lowest_rq()
1672 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1673 lowest_rq = NULL; in find_lock_lowest_rq()
1679 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
1683 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1684 lowest_rq = NULL; in find_lock_lowest_rq()
1687 return lowest_rq; in find_lock_lowest_rq()
1718 struct rq *lowest_rq; in push_rt_task() local
1748 lowest_rq = find_lock_lowest_rq(next_task, rq); in push_rt_task()
1749 if (!lowest_rq) { in push_rt_task()
1783 set_task_cpu(next_task, lowest_rq->cpu); in push_rt_task()
1784 activate_task(lowest_rq, next_task, 0); in push_rt_task()
1787 resched_curr(lowest_rq); in push_rt_task()
1789 double_unlock_balance(rq, lowest_rq); in push_rt_task()