Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dunwind-libdw.c94 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
162 .next_thread = next_thread,
/Linux-v5.4/arch/sh/include/asm/
Dswitch_to_64.h19 struct thread_struct *next_thread);
/Linux-v5.4/include/linux/sched/
Dsignal.h578 while ((t = next_thread(t)) != g)
651 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function
/Linux-v5.4/kernel/
Dexit.c131 sig->curr_target = next_thread(tsk); in __exit_signal()
Dsignal.c1009 t = next_thread(t); in complete_signal()
/Linux-v5.4/fs/proc/
Dbase.c3637 pos = next_thread(start); in next_tid()