Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/intel-speed-select/
H A Disst-daemon.c147 static void daemonize(char *rundir, char *pidfile) argument
203 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
/linux-6.15/tools/mm/
H A Dthpmaps440 with open(f'{cgroup}/cgroup.procs') as pidfile:
441 for line in pidfile.readlines():
/linux-6.15/kernel/
H A Dfork.c2183 struct file *pidfile = NULL; in copy_process() local
2466 retval = __pidfd_prepare(pid, flags | PIDFD_CLONE, &pidfile); in copy_process()
2654 if (pidfile) in copy_process()
2655 fd_install(pidfd, pidfile); in copy_process()
2678 fput(pidfile); in copy_process()