Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dsignal.h714 static inline struct task_struct *__next_thread(struct task_struct *p) in __next_thread() function
724 return __next_thread(p) ?: p->group_leader; in next_thread()
/linux-6.15/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-6.15/fs/proc/
H A Dbase.c3907 pos = __next_thread(start); in next_tid()