Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpid.h75 extern const struct file_operations pidfd_fops;
/OK3568_Linux_fs/kernel/kernel/
H A Dpid.c561 fd = anon_inode_getfd("[pidfd]", &pidfd_fops, get_pid(pid), in pidfd_create()
H A Dfork.c1747 if (file->f_op == &pidfd_fops) in pidfd_pid()
1850 const struct file_operations pidfd_fops = { variable
2199 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()