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

/linux-master/kernel/sched/
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);
H A Drt.c1918 struct rq *lowest_rq = NULL; local
1928 lowest_rq = cpu_rq(cpu);
1930 if (lowest_rq->rt.highest_prio.curr <= task->prio) {
1936 lowest_rq = NULL;
1941 if (double_lock_balance(rq, lowest_rq)) {
1952 !cpumask_test_cpu(lowest_rq->cpu, &task->cpus_mask) ||
1958 double_unlock_balance(rq, lowest_rq);
1959 lowest_rq = NULL;
1965 if (lowest_rq->rt.highest_prio.curr > task->prio)
1969 double_unlock_balance(rq, lowest_rq);
2004 struct rq *lowest_rq; local
[all...]

Completed in 183 milliseconds