Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Drt.c1969 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local
1979 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq()
1981 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq()
1987 lowest_rq = NULL; in find_lock_lowest_rq()
1992 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq()
2003 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq()
2009 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
2010 lowest_rq = NULL; in find_lock_lowest_rq()
2016 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq()
2020 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq()
[all …]
H A Dcore.c2686 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop()
2703 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()
2705 if (!lowest_rq) in push_cpu_stop()
2711 set_task_cpu(p, lowest_rq->cpu); in push_cpu_stop()
2712 activate_task(lowest_rq, p, 0); in push_cpu_stop()
2713 resched_curr(lowest_rq); in push_cpu_stop()
2716 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()
2685 struct rq *lowest_rq = NULL, *rq = this_rq(); push_cpu_stop() local