Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dconsole.h605 extern bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt);
612 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_enter_unsafe() function
/linux-6.12.1/kernel/printk/
Dnbcon.c859 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) in nbcon_enter_unsafe() function
869 EXPORT_SYMBOL_GPL(nbcon_enter_unsafe);