Home
last modified time | relevance | path

Searched refs:tgid_pidfd_to_pid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dproc_fs.h76 extern struct pid *tgid_pidfd_to_pid(const struct file *file);
127 static inline struct pid *tgid_pidfd_to_pid(const struct file *file) in tgid_pidfd_to_pid() function
/Linux-v5.4/fs/proc/
Dbase.c3114 struct pid *tgid_pidfd_to_pid(const struct file *file) in tgid_pidfd_to_pid() function
/Linux-v5.4/kernel/
Dsignal.c3687 return tgid_pidfd_to_pid(file); in pidfd_to_pid()