Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dcoredump.c54 int core_uses_pid; variable
304 if (!ispipe && !pid_in_pattern && core_uses_pid) { in format_corename()
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt30 - core_uses_pid
200 . backward compatibility with core_uses_pid:
202 and core_uses_pid is set, then .PID will be appended to
250 core_uses_pid:
253 core_uses_pid to 1, the coredump filename becomes core.PID.
255 and core_uses_pid is set, then .PID will be appended to
/Linux-v4.19/kernel/
Dsysctl.c104 extern int core_uses_pid;
497 .data = &core_uses_pid,