Home
last modified time | relevance | path

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

/kernel/
Dfork.c1808 struct file *pidfile = NULL; in copy_process() local
2085 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
2087 if (IS_ERR(pidfile)) { in copy_process()
2089 retval = PTR_ERR(pidfile); in copy_process()
2253 if (pidfile) in copy_process()
2254 fd_install(pidfd, pidfile); in copy_process()
2276 fput(pidfile); in copy_process()