Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ipv4/bpfilter/
H A Dsockopt.c40 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/OK3568_Linux_fs/kernel/net/bpfilter/
H A Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsignal.h701 extern bool thread_group_exited(struct pid *pid);
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c1736 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1749 EXPORT_SYMBOL(thread_group_exited);
H A Dfork.c1844 if (thread_group_exited(pid)) in pidfd_poll()