Searched refs:pidfile (Results 1 – 3 of 3) sorted by relevance
147 static void daemonize(char *rundir, char *pidfile) argument203 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
440 with open(f'{cgroup}/cgroup.procs') as pidfile:441 for line in pidfile.readlines():
1935 struct file *pidfile = NULL; in copy_process() local2217 retval = pidfd_prepare(pid, flags | PIDFD_STALE, &pidfile); in copy_process()2420 if (pidfile) in copy_process()2421 fd_install(pidfd, pidfile); in copy_process()2444 fput(pidfile); in copy_process()