Lines Matching refs:lowest_rq
1625 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1635 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1637 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1643 lowest_rq = NULL; in find_lock_lowest_rq()
1648 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
1656 !cpumask_test_cpu(lowest_rq->cpu, in find_lock_lowest_rq()
1661 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1662 lowest_rq = NULL; in find_lock_lowest_rq()
1668 if (lowest_rq->rt.highest_prio.curr > task->prio) 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()
1676 return lowest_rq; in find_lock_lowest_rq()
1707 struct rq *lowest_rq; in push_rt_task() local
1737 lowest_rq = find_lock_lowest_rq(next_task, rq); in push_rt_task()
1738 if (!lowest_rq) { in push_rt_task()
1772 set_task_cpu(next_task, lowest_rq->cpu); in push_rt_task()
1773 activate_task(lowest_rq, next_task, 0); in push_rt_task()
1776 resched_curr(lowest_rq); in push_rt_task()
1778 double_unlock_balance(rq, lowest_rq); in push_rt_task()