Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dsignal.h715 static inline struct task_struct *__next_thread(struct task_struct *p)
725 return __next_thread(p) ?: p->group_leader; in next_thread()
716 static inline struct task_struct *__next_thread(struct task_struct *p) __next_thread() function
/linux/kernel/bpf/
H A Dtask_iter.c73 task = __next_thread(task); in task_group_seq_get_next()
1016 kit->pos = __next_thread(kit->pos); in bpf_iter_task_next()