Searched refs:next_thread (Results 1 – 10 of 10) sorted by relevance
25 struct thread_struct *next_thread);
28 struct thread_struct *next_thread,
842 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()
114 sig->curr_target = next_thread(tsk); in __exit_signal()
1574 t = next_thread(t); in k_getrusage()
427 t = next_thread(t); in do_task_stat()
3357 pos = next_thread(pos); in first_tid()3381 pos = next_thread(start); in next_tid()
47 # struct thread_struct *next_thread,
1185 for (t = next_thread(p); t != p; t = next_thread(t)) { in check_unsafe_exec()
2223 while ((t = next_thread(t)) != g)2250 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function