Home
last modified time | relevance | path

Searched refs:thread_group_exited (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/ipv4/bpfilter/
Dsockopt.c31 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/linux-6.6.21/net/bpfilter/
Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/linux-6.6.21/include/linux/sched/
Dsignal.h732 extern bool thread_group_exited(struct pid *pid);
/linux-6.6.21/kernel/
Dexit.c1895 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1908 EXPORT_SYMBOL(thread_group_exited);
Dfork.c2087 if (thread_group_exited(pid)) in pidfd_poll()