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

/linux-master/kernel/sched/
H A Drt.c1919 struct rq *lowest_rq = NULL; local
1929 lowest_rq = cpu_rq(cpu);
1931 if (lowest_rq->rt.highest_prio.curr <= task->prio) {
1937 lowest_rq = NULL;
1942 if (double_lock_balance(rq, lowest_rq)) {
1953 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) ||
1959 double_unlock_balance(rq, lowest_rq);
1960 lowest_rq = NULL;
1966 if (lowest_rq->rt.highest_prio.curr > task->prio)
1970 double_unlock_balance(rq, lowest_rq);
2005 struct rq *lowest_rq; local
[all...]
H A Dcore.c2691 struct rq *lowest_rq = NULL, *rq = this_rq(); local
2708 lowest_rq = p->sched_class->find_lock_rq(p, rq);
2710 if (!lowest_rq)
2716 set_task_cpu(p, lowest_rq->cpu);
2717 activate_task(lowest_rq, p, 0);
2718 resched_curr(lowest_rq);
2721 double_unlock_balance(rq, lowest_rq);

Completed in 260 milliseconds