Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dproc_fs.h136 extern struct pid *tgid_pidfd_to_pid(const struct file *file);
196 static inline struct pid *tgid_pidfd_to_pid(const struct file *file) in tgid_pidfd_to_pid() function
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c3297 struct pid *tgid_pidfd_to_pid(const struct file *file) in tgid_pidfd_to_pid() function
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c3740 return tgid_pidfd_to_pid(file); in pidfd_to_pid()