Home
last modified time | relevance | path

Searched refs:nbcon_enter_unsafe (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tty/serial/
H A Dsifive.c818 if (!nbcon_enter_unsafe(wctxt)) in sifive_serial_console_write_atomic()
844 if (!nbcon_enter_unsafe(wctxt)) in sifive_serial_console_write_thread()
855 if (!nbcon_enter_unsafe(wctxt)) in sifive_serial_console_write_thread()
866 while (!nbcon_enter_unsafe(wctxt)) in sifive_serial_console_write_thread()
H A Dtegra-utc.c419 if (!nbcon_enter_unsafe(wctxt)) in tegra_utc_console_write_atomic()
449 if (!nbcon_enter_unsafe(wctxt)) in tegra_utc_console_write_thread()
/linux/include/linux/
H A Dconsole.h611 extern bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt);
675 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_enter_unsafe() function
/linux/kernel/printk/
H A Dnbcon.c885 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) in nbcon_enter_unsafe() function
895 EXPORT_SYMBOL_GPL(nbcon_enter_unsafe);
/linux/drivers/net/
H A Dnetconsole.c2489 if (!nbcon_enter_unsafe(wctxt)) in netconsole_write()