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

/linux-4.1.27/arch/sh/include/asm/
H A Dswitch_to_64.h22 struct thread_struct *next_thread);
/linux-4.1.27/arch/frv/include/asm/
H A Dswitch_to.h24 struct thread_struct *next_thread,
/linux-4.1.27/tools/perf/util/
H A Dunwind-libdw.c76 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) next_thread() function
146 .next_thread = next_thread,
/linux-4.1.27/lib/
H A Dis_single_threaded.c46 * t->mm == NULL. Make sure next_thread/next_task for_each_process()
/linux-4.1.27/arch/frv/kernel/
H A Dswitch_to.S47 # struct thread_struct *next_thread,
/linux-4.1.27/fs/
H A Dcoredump.c353 * next_thread(). zap_threads()
/linux-4.1.27/include/linux/
H A Dsched.h2552 while ((t = next_thread(t)) != g)
2591 static inline struct task_struct *next_thread(const struct task_struct *p) next_thread() function
/linux-4.1.27/kernel/
H A Dexit.c117 sig->curr_target = next_thread(tsk); __exit_signal()
H A Dsignal.c946 t = next_thread(t); complete_signal()
/linux-4.1.27/fs/proc/
H A Dbase.c3136 pos = next_thread(start); next_tid()

Completed in 283 milliseconds