Searched refs:pidfd_prepare (Results 1 – 5 of 5) sorted by relevance
| /linux/net/core/ |
| H A D | scm.c | 482 pidfd = pidfd_prepare(scm->pid, PIDFD_STALE, &pidfd_file); in scm_pidfd_recv()
|
| H A D | sock.c | 1935 pidfd = pidfd_prepare(peer_pid, flags, &pidfd_file); in sk_getsockopt()
|
| /linux/kernel/ |
| H A D | pid.c | 667 pidfd = pidfd_prepare(pid, flags, &pidfd_file);
|
| H A D | fork.c | 1862 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 D | fanotify_user.c | 924 pidfd = pidfd_prepare(event->pid, 0, &pidfd_file); in copy_event_to_user()
|