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.h719 static inline struct task_struct *__next_thread(struct task_struct *p) in __next_thread() function
729 return __next_thread(p) ?: p->group_leader; in next_thread()
/linux/kernel/bpf/
H A Dtask_iter.c74 task = __next_thread(task); in task_group_seq_get_next()
1133 kit->pos = __next_thread(kit->pos);
/linux/fs/proc/
H A Dbase.c3906 pos = __next_thread(start); in next_tid()