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

/linux-master/include/linux/
H A Dconsole.h482 extern bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt);
486 static inline bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) { return false; } function
/linux-master/kernel/printk/
H A Dnbcon.c710 * lock. Also it is used in nbcon_exit_unsafe() to eventually free the lock
808 * nbcon_exit_unsafe - Exit an unsafe region in the driver
819 bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) function
825 EXPORT_SYMBOL_GPL(nbcon_exit_unsafe); variable

Completed in 116 milliseconds