Home
last modified time | relevance | path

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

/linux/net/core/
H A Dscm.c510 pidfd = pidfd_prepare(scm->pid, PIDFD_STALE, &pidfd_file); in scm_pidfd_recv()
H A Dsock.c1941 pidfd = pidfd_prepare(peer_pid, flags, &pidfd_file); in sk_getsockopt()
/linux/kernel/
H A Dpid.c676 pidfd = pidfd_prepare(pid, flags, &pidfd_file); in pidfd_create()
H A Dfork.c1908 int pidfd_prepare(struct pid *pid, unsigned int flags, struct file **ret_file) in pidfd_prepare() function
2348 retval = pidfd_prepare(pid, flags, &pidfile); in copy_process()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c915 pidfd = pidfd_prepare(event->pid, pidfd_flags, &pidfd_file); in copy_event_to_user()