Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Drt.c1636 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()
[all …]