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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsystem.h31 struct thread_struct *next_thread);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dsystem.h27 struct thread_struct *next_thread,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Ditimer.c67 t = next_thread(t);
93 t = next_thread(t);
H A Dposix-cpu-timers.c238 t = next_thread(t);
245 t = next_thread(t);
251 while ((t = next_thread(t)) != p) {
515 t = next_thread(t);
530 t = next_thread(t);
545 t = next_thread(t);
1053 t = next_thread(t);
1216 } while ((t = next_thread(t)) != tsk);
H A Dsignal.c570 t = next_thread(t);
623 t = next_thread(t);
837 t = next_thread(t);
873 t = next_thread(t);
896 t = next_thread(t);
952 for (t = next_thread(p); t != p; t = next_thread(t)) {
1670 for (t = next_thread(current); t != current; t = next_thread(t))
2299 t = next_thread(
[all...]
H A Dexit.c108 sig->curr_target = next_thread(tsk);
688 reaper = next_thread(reaper);
764 for (t = next_thread(tsk); t != tsk; t = next_thread(t))
1609 tsk = next_thread(tsk);
H A Dsys.c1404 t = next_thread(t);
2114 t = next_thread(t);
H A Dcompat.c175 t = next_thread(t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dswitch_to.S47 # struct thread_struct *next_thread,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Darray.c446 t = next_thread(t);
H A Dbase.c2478 pos = next_thread(pos);
2502 pos = next_thread(start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dexec.c1402 } while ((t = next_thread(t)) != start);
1444 } while ((p = next_thread(p)) != g);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1662 while ((t = next_thread(t)) != g)
1678 static inline struct task_struct *next_thread(const struct task_struct *p) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixsig.c675 tsk = next_thread(tsk);

Completed in 144 milliseconds