Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dcoredump.c55 int core_uses_pid; variable
330 if (!ispipe && !pid_in_pattern && core_uses_pid) { in format_corename()
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dkernel.rst35 - core_uses_pid
193 * backward compatibility with core_uses_pid:
196 and core_uses_pid is set, then .PID will be appended to
246 core_uses_pid:
250 core_uses_pid to 1, the coredump filename becomes core.PID.
252 and core_uses_pid is set, then .PID will be appended to
/Linux-v5.4/kernel/
Dsysctl.c109 extern int core_uses_pid;
529 .data = &core_uses_pid,