Home
last modified time | relevance | path

Searched refs:lowest_rq (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/kernel/sched/
Drt.c1783 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1793 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1795 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1801 lowest_rq = NULL; in find_lock_lowest_rq()
1806 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
1814 !cpumask_test_cpu(lowest_rq->cpu, task->cpus_ptr) || in find_lock_lowest_rq()
1819 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1820 lowest_rq = NULL; in find_lock_lowest_rq()
1826 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
1830 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]