Home
last modified time | relevance | path

Searched refs:CONSOLE_LOGLEVEL_MIN (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/boot/
H A Dipl_parm.c331 if (boot_console_loglevel < CONSOLE_LOGLEVEL_MIN) in parse_boot_command_line()
332 boot_console_loglevel = CONSOLE_LOGLEVEL_MIN; in parse_boot_command_line()
/linux/include/linux/
H A Dprintk.h54 #define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */ macro