Searched refs:pidfd_prepare (Results 1 – 5 of 5) sorted by relevance
| /linux/net/core/ |
| H A D | scm.c | 510 pidfd = pidfd_prepare(scm->pid, PIDFD_STALE, &pidfd_file); in scm_pidfd_recv()
|
| H A D | sock.c | 1941 pidfd = pidfd_prepare(peer_pid, flags, &pidfd_file); in sk_getsockopt()
|
| /linux/kernel/ |
| H A D | pid.c | 676 pidfd = pidfd_prepare(pid, flags, &pidfd_file); in pidfd_create()
|
| H A D | fork.c | 1908 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 D | fanotify_user.c | 915 pidfd = pidfd_prepare(event->pid, pidfd_flags, &pidfd_file); in copy_event_to_user()
|