Searched refs:pidfile (Results 1 – 1 of 1) sorted by relevance
1939 struct file *pidfile = NULL; in copy_process() local2230 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()2232 if (IS_ERR(pidfile)) { in copy_process()2234 retval = PTR_ERR(pidfile); in copy_process()2356 if (pidfile) in copy_process()2357 fd_install(pidfd, pidfile); in copy_process()2426 fput(pidfile); in copy_process()