Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dunwind-libdw.c135 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
210 .next_thread = next_thread,
/Linux-v6.6/include/linux/sched/
Dsignal.h656 while ((t = next_thread(t)) != g)
718 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function
/Linux-v6.6/kernel/bpf/
Dtask_iter.c83 next_task = next_thread(task); in task_group_seq_get_next()
/Linux-v6.6/kernel/
Dexit.c173 sig->curr_target = next_thread(tsk); in __exit_signal()
Dsignal.c1028 t = next_thread(t); in complete_signal()
/Linux-v6.6/fs/proc/
Dbase.c3843 pos = next_thread(start); in next_tid()