Searched refs:pidfile (Results 1 – 1 of 1) sorted by relevance
1936 struct file *pidfile = NULL; in copy_process() local2227 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()2229 if (IS_ERR(pidfile)) { in copy_process()2231 retval = PTR_ERR(pidfile); in copy_process()2354 if (pidfile) in copy_process()2355 fd_install(pidfd, pidfile); in copy_process()2424 fput(pidfile); in copy_process()
Completed in 7 milliseconds