Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/frv/include/asm/
Dswitch_to.h24 struct thread_struct *next_thread,
/linux-4.1.27/arch/sh/include/asm/
Dswitch_to_64.h22 struct thread_struct *next_thread);
/linux-4.1.27/arch/frv/kernel/
Dswitch_to.S47 # struct thread_struct *next_thread,
/linux-4.1.27/include/linux/
Dsched.h2552 while ((t = next_thread(t)) != g)
2591 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function
/linux-4.1.27/kernel/
Dexit.c117 sig->curr_target = next_thread(tsk); in __exit_signal()
Dsignal.c946 t = next_thread(t); in complete_signal()
/linux-4.1.27/fs/proc/
Dbase.c3136 pos = next_thread(start); in next_tid()