Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Drt.c1978 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1988 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1990 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1996 lowest_rq = NULL; in find_lock_lowest_rq()
2001 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
2012 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq()
2018 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
2019 lowest_rq = NULL; in find_lock_lowest_rq()
2025 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
2029 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]
Dcore.c2687 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop() local
2704 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()
2706 if (!lowest_rq) in push_cpu_stop()
2712 set_task_cpu(p, lowest_rq->cpu); in push_cpu_stop()
2713 activate_task(lowest_rq, p, 0); in push_cpu_stop()
2714 resched_curr(lowest_rq); in push_cpu_stop()
2717 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()