Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbinfmts.h12 #define CORENAME_MAX_SIZE 128 macro
/Linux-v5.15/fs/
Dcoredump.c57 char core_pattern[CORENAME_MAX_SIZE] = "core";
58 static int core_name_size = CORENAME_MAX_SIZE;
/Linux-v5.15/kernel/
Dsysctl.c1940 .maxlen = CORENAME_MAX_SIZE,