Home
last modified time | relevance | path

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

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