Home
last modified time | relevance | path

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

/kernel/
Dfork.c2112 struct file *pidfile = NULL; in copy_process() local
2406 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
2408 if (IS_ERR(pidfile)) { in copy_process()
2410 retval = PTR_ERR(pidfile); in copy_process()
2600 if (pidfile) in copy_process()
2601 fd_install(pidfd, pidfile); in copy_process()
2622 fput(pidfile); in copy_process()