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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c1308 struct task_struct *next_task; local
1314 next_task = pick_next_pushable_task(rq);
1315 if (!next_task)
1319 if (unlikely(next_task == rq->curr)) {
1325 * It's possible that the next_task slipped in of
1329 if (unlikely(next_task->prio < rq->curr->prio)) {
1335 get_task_struct(next_task);
1338 lowest_rq = find_lock_lowest_rq(next_task, rq);
1343 * so it is possible that next_task has migrated.
1350 if (task_cpu(next_task)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/bestcomm/
H A Dbestcomm_priv.h335 bcom_set_task_auto_start(int task, int next_task) argument
338 out_be16(tcr, (in_be16(tcr) & ~0xff) | 0x00c0 | next_task);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm)
H A Dsystem.h199 extern struct task_struct *ia64_switch_to (void *next_task);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h2121 #define next_task(p) \ macro
2125 for (p = &init_task ; (p = next_task(p)) != &init_task ; )
2134 for (g = t = &init_task ; (g = t = next_task(g)) != &init_task ; ) do

Completed in 185 milliseconds