Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dprintk.h37 #define CONSOLE_LOGLEVEL_SILENT 0 /* Mum's the word */ macro
53 console_loglevel = CONSOLE_LOGLEVEL_SILENT; in console_silent()
/linux-4.1.27/kernel/debug/kdb/
Dkdb_io.c720 console_loglevel = CONSOLE_LOGLEVEL_SILENT; in vkdb_printf()