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

/linux-master/include/linux/sched/
H A Dsignal.h716 static inline struct task_struct *__next_thread(struct task_struct *p) function
726 return __next_thread(p) ?: p->group_leader;
/linux-master/kernel/bpf/
H A Dtask_iter.c73 task = __next_thread(task);
1019 kit->pos = __next_thread(kit->pos);
/linux-master/fs/proc/
H A Dbase.c3850 pos = __next_thread(start);

Completed in 83 milliseconds