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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c1237 struct rq *lowest_rq = NULL; local
1247 lowest_rq = cpu_rq(cpu);
1250 if (double_lock_balance(rq, lowest_rq)) {
1258 !cpumask_test_cpu(lowest_rq->cpu,
1263 raw_spin_unlock(&lowest_rq->lock);
1264 lowest_rq = NULL;
1270 if (lowest_rq->rt.highest_prio.curr > task->prio)
1274 double_unlock_balance(rq, lowest_rq);
1275 lowest_rq = NULL;
1278 return lowest_rq;
1309 struct rq *lowest_rq; local
[all...]

Completed in 50 milliseconds