Home
last modified time | relevance | path

Searched refs:__next_thread (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sched/
H A Dsignal.h713 static inline struct task_struct *__next_thread(struct task_struct *p) in __next_thread() function
723 return __next_thread(p) ?: p->group_leader; in next_thread()
/linux/kernel/bpf/
H A Dtask_iter.c72 task = __next_thread(task); in task_group_seq_get_next()
1012 kit->pos = __next_thread(kit->pos); in bpf_iter_task_next()
/linux/fs/proc/
H A Dbase.c3922 pos = __next_thread(start); in next_tid()