Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dcoredump.c50 int core_uses_pid; variable
273 if (!ispipe && !pid_in_pattern && core_uses_pid) { in format_corename()
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt30 - core_uses_pid
189 . backward compatibility with core_uses_pid:
191 and core_uses_pid is set, then .PID will be appended to
239 core_uses_pid:
242 core_uses_pid to 1, the coredump filename becomes core.PID.
244 and core_uses_pid is set, then .PID will be appended to
/linux-4.1.27/kernel/
Dsysctl.c101 extern int core_uses_pid;
473 .data = &core_uses_pid,