Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dfork.c1773 struct file *pidfile = NULL; in copy_process() local
2048 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
2050 if (IS_ERR(pidfile)) { in copy_process()
2052 retval = PTR_ERR(pidfile); in copy_process()
2175 if (pidfile) in copy_process()
2176 fd_install(pidfd, pidfile); in copy_process()
2244 fput(pidfile); in copy_process()