Searched refs:lowest_rq (Results 1 – 1 of 1) sorted by relevance
1710 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local1720 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()1722 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()1728 lowest_rq = NULL; in find_lock_lowest_rq()1733 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()1741 !cpumask_test_cpu(lowest_rq->cpu, task->cpus_ptr) || in find_lock_lowest_rq()1746 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()1747 lowest_rq = NULL; in find_lock_lowest_rq()1753 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()1757 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()[all …]