Searched refs:pidfile (Results 1 – 1 of 1) sorted by relevance
1851 struct file *pidfile = NULL; in copy_process() local2131 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()2133 if (IS_ERR(pidfile)) { in copy_process()2135 retval = PTR_ERR(pidfile); in copy_process()2251 if (pidfile) in copy_process()2252 fd_install(pidfd, pidfile); in copy_process()2320 fput(pidfile); in copy_process()