Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dunwind-libdw.c76 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
146 .next_thread = next_thread,
/linux-4.4.14/arch/frv/include/asm/
Dswitch_to.h24 struct thread_struct *next_thread,
/linux-4.4.14/arch/sh/include/asm/
Dswitch_to_64.h22 struct thread_struct *next_thread);
/linux-4.4.14/arch/frv/kernel/
Dswitch_to.S47 # struct thread_struct *next_thread,
/linux-4.4.14/include/linux/
Dsched.h2675 while ((t = next_thread(t)) != g)
2714 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function
/linux-4.4.14/kernel/
Dexit.c117 sig->curr_target = next_thread(tsk); in __exit_signal()
Dsignal.c895 t = next_thread(t); in complete_signal()
/linux-4.4.14/fs/proc/
Dbase.c3320 pos = next_thread(start); in next_tid()