Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dunwind-libdw.c148 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
226 .next_thread = next_thread,
/linux-6.15/include/linux/sched/
H A Dsignal.h645 while ((t = next_thread(t)) != g)
648 for (t = p; (t = next_thread(t)) != p; )
722 static inline struct task_struct *next_thread(struct task_struct *p) in next_thread() function
/linux-6.15/kernel/
H A Dexit.c183 sig->curr_target = next_thread(tsk); in __exit_signal()
H A Dsignal.c987 t = next_thread(t); in complete_signal()