Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Drt.c1901 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1911 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1913 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1919 lowest_rq = NULL; in find_lock_lowest_rq()
1924 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
1935 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq()
1941 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
1942 lowest_rq = NULL; in find_lock_lowest_rq()
1948 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
1952 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]
Dcore.c2599 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop() local
2616 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()
2618 if (!lowest_rq) in push_cpu_stop()
2624 set_task_cpu(p, lowest_rq->cpu); in push_cpu_stop()
2625 activate_task(lowest_rq, p, 0); in push_cpu_stop()
2626 resched_curr(lowest_rq); in push_cpu_stop()
2629 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()