Home
last modified time | relevance | path

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

/kernel/sched/
Drt.c1554 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1564 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1567 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
1575 !cpumask_test_cpu(lowest_rq->cpu, in find_lock_lowest_rq()
1580 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1581 lowest_rq = NULL; in find_lock_lowest_rq()
1587 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
1591 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1592 lowest_rq = NULL; in find_lock_lowest_rq()
1595 return lowest_rq; in find_lock_lowest_rq()
[all …]