Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dinternal.h168 extern bool have_nbcon_console;
200 if (have_nbcon_console && !have_boot_console) { in printk_get_console_flush_type()
217 if (have_nbcon_console && !have_boot_console) in printk_get_console_flush_type()
234 if (have_nbcon_console && !have_boot_console) in printk_get_console_flush_type()
H A Dprintk.c452 bool have_nbcon_console; variable
3789 if (have_boot_console || !have_nbcon_console) { in printk_kthreads_check_locked()
4110 have_nbcon_console = true; in register_console()
4270 have_nbcon_console = found_nbcon_con; in unregister_console_locked()
H A Dnbcon.c1831 if (!have_nbcon_console) in nbcon_free()