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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c1398 struct rq *src_rq; local
1407 src_rq = cpu_rq(cpu);
1410 * Don't bother taking the src_rq->lock if the next highest
1413 * logically higher, the src_rq will push this task away.
1416 if (src_rq->rt.highest_prio.next >=
1425 double_lock_balance(this_rq, src_rq);
1430 if (src_rq->rt.rt_nr_running <= 1)
1433 p = pick_next_highest_task_rt(src_rq, this_cpu);
1440 WARN_ON(p == src_rq->curr);
1451 if (p->prio < src_rq
[all...]
H A Dsched_fair.c1760 static void pull_task(struct rq *src_rq, struct task_struct *p, argument
1763 deactivate_task(src_rq, p, 0);

Completed in 45 milliseconds