Home
last modified time | relevance | path

Searched refs:pidfd_fops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dpid.h75 extern const struct file_operations pidfd_fops;
/openbmc/linux/kernel/
H A Dfork.c1989 if (file->f_op == &pidfd_fops) in pidfd_pid()
2092 const struct file_operations pidfd_fops = { variable
2140 pidfd_file = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in __pidfd_prepare()