Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dcoredump.c49 int core_uses_pid; variable
278 if (!ispipe && !pid_in_pattern && core_uses_pid) { in format_corename()
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt30 - core_uses_pid
190 . backward compatibility with core_uses_pid:
192 and core_uses_pid is set, then .PID will be appended to
240 core_uses_pid:
243 core_uses_pid to 1, the coredump filename becomes core.PID.
245 and core_uses_pid is set, then .PID will be appended to
/linux-4.4.14/kernel/
Dsysctl.c102 extern int core_uses_pid;
465 .data = &core_uses_pid,