Home
last modified time | relevance | path

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

/linux/fs/
H A Dpidfs.c246 struct pid *pid = pidfd_pid(f); in pidfd_show_fdinfo()
280 struct pid *pid = pidfd_pid(file); in pidfd_poll()
340 struct pid *pid = pidfd_pid(file); in pidfd_info()
526 task = get_pid_task(pidfd_pid(file), PIDTYPE_PID); in pidfd_ioctl()
647 struct pid *pidfd_pid(const struct file *file) in pidfd_pid() function
/linux/kernel/
H A Dnsproxy.c578 } else if (!IS_ERR(pidfd_pid(fd_file(f)))) { in SYSCALL_DEFINE2()
593 err = validate_nsset(&nsset, pidfd_pid(fd_file(f))); in SYSCALL_DEFINE2()
H A Dpid.c593 pid = pidfd_pid(fd_file(f)); in pidfd_get_pid()
960 pid = pidfd_pid(fd_file(f)); in SYSCALL_DEFINE3()
H A Dsignal.c3997 pid = pidfd_pid(file); in pidfd_to_pid()
/linux/include/linux/
H A Dpid.h81 struct pid *pidfd_pid(const struct file *file);