Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/preload/
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()
/Linux-v5.15/net/bpfilter/
Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/Linux-v5.15/include/linux/
Dpid.h68 wait_queue_head_t wait_pidfd; member
/Linux-v5.15/kernel/
Dpid.c265 init_waitqueue_head(&pid->wait_pidfd); in alloc_pid()
Dfork.c1867 poll_wait(file, &pid->wait_pidfd, pts); in pidfd_poll()
Dsignal.c1969 wake_up_all(&pid->wait_pidfd); in do_notify_pidfd()