Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpid.h79 extern struct pid *pidfd_pid(const struct file *file);
/openbmc/linux/kernel/
H A Dpid.c536 pid = pidfd_pid(f.file); in pidfd_get_pid()
740 pid = pidfd_pid(f.file); in SYSCALL_DEFINE3()
H A Dnsproxy.c561 } else if (!IS_ERR(pidfd_pid(f.file))) { in SYSCALL_DEFINE2()
H A Dfork.c1988 struct pid *pidfd_pid(const struct file *file) in pidfd_pid() function
H A Dsignal.c3857 pid = pidfd_pid(file); in pidfd_to_pid()