Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c1872 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1882 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1884 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1890 lowest_rq = NULL; in find_lock_lowest_rq()
1895 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
1907 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq()
1910 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1911 lowest_rq = NULL; in find_lock_lowest_rq()
1917 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
1921 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]
H A Dcore.c2635 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop() local
2652 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()
2654 if (!lowest_rq) in push_cpu_stop()
2659 move_queued_task_locked(rq, lowest_rq, p); in push_cpu_stop()
2660 resched_curr(lowest_rq); in push_cpu_stop()
2663 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()