Home
last modified time | relevance | path

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

/Linux-v6.6/tools/power/x86/intel-speed-select/
Disst-daemon.c146 static void daemonize(char *rundir, char *pidfile) argument
202 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
/Linux-v6.6/kernel/
Dfork.c2249 struct file *pidfile = NULL; in copy_process() local
2532 retval = __pidfd_prepare(pid, O_RDWR | O_CLOEXEC, &pidfile); in copy_process()
2721 if (pidfile) in copy_process()
2722 fd_install(pidfd, pidfile); in copy_process()
2744 fput(pidfile); in copy_process()