Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcoredump.h17 extern int core_uses_pid;
/Linux-v5.15/fs/
Dcoredump.c55 int core_uses_pid; variable
342 if (!ispipe && !pid_in_pattern && core_uses_pid) { in format_corename()
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dkernel.rst146 * backward compatibility with ``core_uses_pid``:
149 and ``core_uses_pid`` is set, then .PID will be appended to
207 core_uses_pid chapter
211 ``core_uses_pid`` to 1, the coredump filename becomes core.PID.
213 and ``core_uses_pid`` is set, then .PID will be appended to
/Linux-v5.15/kernel/
Dsysctl.c1932 .data = &core_uses_pid,