Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Drt.c1974 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1984 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1986 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1992 lowest_rq = NULL; in find_lock_lowest_rq()
1997 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
2008 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq()
2014 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
2015 lowest_rq = NULL; in find_lock_lowest_rq()
2021 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
2025 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]
Dcore.c2685 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop() local
2702 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()
2704 if (!lowest_rq) in push_cpu_stop()
2710 set_task_cpu(p, lowest_rq->cpu); in push_cpu_stop()
2711 activate_task(lowest_rq, p, 0); in push_cpu_stop()
2712 resched_curr(lowest_rq); in push_cpu_stop()
2715 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()