Searched refs:pidfd_prepare (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | pid.h | 84 int pidfd_prepare(struct pid *pid, unsigned int flags, struct file **ret_file);
|
| /linux/kernel/ |
| H A D | pid.c | 625 pidfd = pidfd_prepare(pid, flags, &pidfd_file); in pidfd_create()
|
| H A D | fork.c | 1864 int pidfd_prepare(struct pid *pid, unsigned int flags, struct file **ret_file) in pidfd_prepare() function 2257 retval = pidfd_prepare(pid, flags | PIDFD_STALE, &pidfile); in copy_process()
|
| /linux/net/core/ |
| H A D | sock.c | 1935 pidfd = pidfd_prepare(peer_pid, flags, &pidfd_file); in sk_getsockopt()
|