Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dpidfs.c63 struct pid *pid = pidfd_pid(f); in pidfd_show_fdinfo()
97 struct pid *pid = pidfd_pid(file); in pidfd_poll()
121 struct pid *pid = pidfd_pid(file); in pidfd_ioctl()
232 struct pid *pidfd_pid(const struct file *file) in pidfd_pid() function
/linux-6.12.1/kernel/
Dnsproxy.c561 } else if (!IS_ERR(pidfd_pid(fd_file(f)))) { in SYSCALL_DEFINE2()
576 err = validate_nsset(&nsset, pidfd_pid(fd_file(f))); in SYSCALL_DEFINE2()
Dpid.c546 pid = pidfd_pid(fd_file(f)); in pidfd_get_pid()
761 pid = pidfd_pid(fd_file(f)); in SYSCALL_DEFINE3()
Dsignal.c3883 pid = pidfd_pid(file); in pidfd_to_pid()
/linux-6.12.1/include/linux/
Dpid.h75 struct pid *pidfd_pid(const struct file *file);