Home
last modified time | relevance | path

Searched refs:thread_group_exited (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/preload/
H A Dbpf_preload_kern.c66 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in finish()
95 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in fini_umd()
/kernel/linux/linux-5.10/net/ipv4/bpfilter/
H A Dsockopt.c40 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/kernel/linux/linux-6.6/net/ipv4/bpfilter/
H A Dsockopt.c31 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/kernel/linux/linux-5.10/net/bpfilter/
H A Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/kernel/linux/linux-6.6/net/bpfilter/
H A Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/kernel/linux/linux-5.10/include/linux/sched/
H A Dsignal.h695 extern bool thread_group_exited(struct pid *pid);
/kernel/linux/linux-6.6/include/linux/sched/
H A Dsignal.h732 extern bool thread_group_exited(struct pid *pid);
/kernel/linux/linux-5.10/kernel/
H A Dexit.c1814 * thread_group_exited - check that a thread group has exited
1822 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1835 EXPORT_SYMBOL(thread_group_exited); variable
H A Dfork.c1826 if (thread_group_exited(pid)) in pidfd_poll()
/kernel/linux/linux-6.6/kernel/
H A Dexit.c1902 * thread_group_exited - check that a thread group has exited
1910 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1923 EXPORT_SYMBOL(thread_group_exited); variable
H A Dfork.c2101 if (thread_group_exited(pid)) in pidfd_poll()

Completed in 15 milliseconds