Home
last modified time | relevance | path

Searched refs:next_thread (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dunwind-libdw.c122 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
190 .next_thread = next_thread,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/include/linux/sched/
H A Dsignal.h619 while ((t = next_thread(t)) != g)
681 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function
/kernel/linux/linux-6.6/include/linux/sched/
H A Dsignal.h653 * otherwise next_thread(t) will never reach g after list_del_rcu(g).
656 while ((t = next_thread(t)) != g)
718 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function
/kernel/linux/linux-6.6/kernel/bpf/
H A Dtask_iter.c83 next_task = next_thread(task); in task_group_seq_get_next()
/kernel/linux/linux-5.10/kernel/
H A Dexit.c177 sig->curr_target = next_thread(tsk); in __exit_signal()
H A Dsignal.c1015 t = next_thread(t); in complete_signal()
/kernel/linux/linux-6.6/kernel/
H A Dexit.c180 sig->curr_target = next_thread(tsk); in __exit_signal()
H A Dsignal.c1028 t = next_thread(t); in complete_signal()
/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c4019 pos = next_thread(start); in next_tid()
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c4051 pos = next_thread(start); in next_tid()

Completed in 49 milliseconds