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

/linux-master/include/linux/
H A Dconsole.h480 extern bool nbcon_can_proceed(struct nbcon_write_context *wctxt);
484 static inline bool nbcon_can_proceed(struct nbcon_write_context *wctxt) { return false; } function
/linux-master/kernel/printk/
H A Dnbcon.c703 * nbcon_can_proceed - Check whether ownership can proceed
725 bool nbcon_can_proceed(struct nbcon_write_context *wctxt) function
735 EXPORT_SYMBOL_GPL(nbcon_can_proceed); variable

Completed in 112 milliseconds