Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/bpfilter/
Dsockopt.c40 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/linux-5.19.10/net/bpfilter/
Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/linux-5.19.10/include/linux/sched/
Dsignal.h734 extern bool thread_group_exited(struct pid *pid);
/linux-5.19.10/kernel/
Dexit.c1799 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1812 EXPORT_SYMBOL(thread_group_exited);
Dfork.c1920 if (thread_group_exited(pid)) in pidfd_poll()