Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ !
Dproc_fs.h146 extern struct pid *tgid_pidfd_to_pid(const struct file *file);
219 static inline struct pid *tgid_pidfd_to_pid(const struct file *file) in tgid_pidfd_to_pid() function
/linux-6.6.21/fs/proc/ !
Dbase.c3369 struct pid *tgid_pidfd_to_pid(const struct file *file) in tgid_pidfd_to_pid() function
/linux-6.6.21/kernel/ !
Dsignal.c3861 return tgid_pidfd_to_pid(file); in pidfd_to_pid()