Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpid.h79 extern struct pid *pidfd_pid(const struct file *file);
/linux-5.19.10/kernel/
Dpid.c532 pid = pidfd_pid(f.file); in pidfd_get_pid()
738 pid = pidfd_pid(f.file); in SYSCALL_DEFINE3()
Dnsproxy.c543 } else if (!IS_ERR(pidfd_pid(file))) { in SYSCALL_DEFINE2()
Dfork.c1821 struct pid *pidfd_pid(const struct file *file) in pidfd_pid() function
Dsignal.c3820 pid = pidfd_pid(file); in pidfd_to_pid()