Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Drt.c1971 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1981 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1983 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1989 lowest_rq = NULL; in find_lock_lowest_rq()
1994 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
2002 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq()
2007 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
2008 lowest_rq = NULL; in find_lock_lowest_rq()
2014 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
2018 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]
Dcore.c2481 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop() local
2498 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()
2500 if (!lowest_rq) in push_cpu_stop()
2506 set_task_cpu(p, lowest_rq->cpu); in push_cpu_stop()
2507 activate_task(lowest_rq, p, 0); in push_cpu_stop()
2508 resched_curr(lowest_rq); in push_cpu_stop()
2511 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()