Home
last modified time | relevance | path

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

/linux/net/core/
H A Dscm.c482 pidfd = pidfd_prepare(scm->pid, PIDFD_STALE, &pidfd_file); in scm_pidfd_recv()
H A Dsock.c1935 pidfd = pidfd_prepare(peer_pid, flags, &pidfd_file); in sk_getsockopt()
/linux/kernel/
H A Dpid.c667 pidfd = pidfd_prepare(pid, flags, &pidfd_file);
H A Dfork.c1862 int pidfd_prepare(struct pid *pid, unsigned int flags, struct file **ret_file) in pidfd_prepare() function
2259 retval = pidfd_prepare(pid, flags | PIDFD_STALE, &pidfile); in copy_process()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c924 pidfd = pidfd_prepare(event->pid, 0, &pidfd_file); in copy_event_to_user()