Home
last modified time | relevance | path

Searched refs:next_thread (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/sh/include/asm/
Dsystem_64.h25 struct thread_struct *next_thread);
/linux-2.6.39/arch/frv/include/asm/
Dsystem.h28 struct thread_struct *next_thread,
/linux-2.6.39/kernel/
Dsignal.c842 t = next_thread(t); in complete_signal()
1759 for (t = next_thread(current); t != current; t = next_thread(t)) in do_signal_stop()
2044 for (t = tsk; (t = next_thread(t)) != tsk; ) in exit_signals()
2561 t = next_thread(t); in do_sigaction()
Dexit.c114 sig->curr_target = next_thread(tsk); in __exit_signal()
Dsys.c1574 t = next_thread(t); in k_getrusage()
/linux-2.6.39/fs/proc/
Darray.c427 t = next_thread(t); in do_task_stat()
Dbase.c3357 pos = next_thread(pos); in first_tid()
3381 pos = next_thread(start); in next_tid()
/linux-2.6.39/arch/frv/kernel/
Dswitch_to.S47 # struct thread_struct *next_thread,
/linux-2.6.39/fs/
Dexec.c1185 for (t = next_thread(p); t != p; t = next_thread(t)) { in check_unsafe_exec()
/linux-2.6.39/include/linux/
Dsched.h2223 while ((t = next_thread(t)) != g)
2250 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function