Searched refs:CORENAME_MAX_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dbinfmts.h13 #define CORENAME_MAX_SIZE 128 macro
/linux-master/fs/
H A Dcoredump.c61 static char core_pattern[CORENAME_MAX_SIZE] = "core";
62 static int core_name_size = CORENAME_MAX_SIZE;
199 * CORENAME_MAX_SIZE bytes plus one byte for the zero terminator.
1012 .maxlen = CORENAME_MAX_SIZE,

Completed in 95 milliseconds