Searched refs:nbcon_enter_unsafe (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dconsole.h481 extern bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt);
485 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; } function
/linux-master/kernel/printk/
H A Dnbcon.c709 * It is used in nbcon_enter_unsafe() to make sure that it still owns the
788 * nbcon_enter_unsafe - Enter an unsafe region in the driver
799 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) function
805 EXPORT_SYMBOL_GPL(nbcon_enter_unsafe); variable

Completed in 129 milliseconds