Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dunwind-libdw.c148 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
223 .next_thread = next_thread,
/openbmc/linux/include/linux/sched/
H A 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
/openbmc/linux/kernel/bpf/
H A Dtask_iter.c83 next_task = next_thread(task); in task_group_seq_get_next()
/openbmc/linux/kernel/
H A Dexit.c173 sig->curr_target = next_thread(tsk); in __exit_signal()
H A Dsignal.c1029 t = next_thread(t); in complete_signal()
/openbmc/linux/fs/proc/
H A Dbase.c3902 pos = next_thread(start); in next_tid()