Home
last modified time | relevance | path

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

/kernel/sched/
Drt.c2077 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
2087 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
2089 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
2095 lowest_rq = NULL; in find_lock_lowest_rq()
2100 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
2111 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq()
2117 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
2118 lowest_rq = NULL; in find_lock_lowest_rq()
2124 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
2128 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]
Dcore.c2711 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop() local
2728 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()
2730 if (!lowest_rq) in push_cpu_stop()
2736 set_task_cpu(p, lowest_rq->cpu); in push_cpu_stop()
2737 activate_task(lowest_rq, p, 0); in push_cpu_stop()
2738 resched_curr(lowest_rq); in push_cpu_stop()
2741 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()