Searched refs:lowest_rq (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | rt.c | 2016 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local 2026 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq() 2028 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq() 2034 lowest_rq = NULL; in find_lock_lowest_rq() 2039 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq() 2047 !cpumask_test_cpu(lowest_rq->cpu, task->cpus_ptr))) { in find_lock_lowest_rq() 2048 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq() 2049 lowest_rq = NULL; in find_lock_lowest_rq() 2055 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq() 2059 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq() 2074 struct rq *lowest_rq; push_rt_task() local 2643 struct rq *lowest_rq = NULL; rt_active_load_balance_cpu_stop() local [all...] |
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | rt.c | 2170 struct rq *lowest_rq = NULL; in find_lock_lowest_rq() local 2180 lowest_rq = cpu_rq(cpu); in find_lock_lowest_rq() 2182 if (lowest_rq->rt.highest_prio.curr <= task->prio) { in find_lock_lowest_rq() 2188 lowest_rq = NULL; in find_lock_lowest_rq() 2193 if (double_lock_balance(rq, lowest_rq)) { in find_lock_lowest_rq() 2204 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) || in find_lock_lowest_rq() 2210 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq() 2211 lowest_rq = NULL; in find_lock_lowest_rq() 2217 if (lowest_rq->rt.highest_prio.curr > task->prio) in find_lock_lowest_rq() 2221 double_unlock_balance(rq, lowest_rq); in find_lock_lowest_rq() 2256 struct rq *lowest_rq; push_rt_task() local 2879 struct rq *lowest_rq = NULL; rt_active_load_balance_cpu_stop() local [all...] |
H A D | core.c | 2745 struct rq *lowest_rq = NULL, *rq = this_rq(); in push_cpu_stop() local 2762 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop() 2764 if (!lowest_rq) in push_cpu_stop() 2770 set_task_cpu(p, lowest_rq->cpu); in push_cpu_stop() 2771 activate_task(lowest_rq, p, 0); in push_cpu_stop() 2772 resched_curr(lowest_rq); in push_cpu_stop() 2775 double_unlock_balance(rq, lowest_rq); in push_cpu_stop()
|
Completed in 20 milliseconds