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

/linux-master/include/linux/
H A Dconsole.h290 * struct nbcon_write_context - Context handed to the nbcon write callbacks
296 struct nbcon_write_context { struct
349 struct nbcon_write_context *wctxt);
480 extern bool nbcon_can_proceed(struct nbcon_write_context *wctxt);
481 extern bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt);
482 extern bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt);
484 static inline bool nbcon_can_proceed(struct nbcon_write_context *wctxt) { return false; }
485 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; }
486 static inline bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) { return false; }
/linux-master/kernel/printk/
H A Dnbcon.c725 bool nbcon_can_proceed(struct nbcon_write_context *wctxt)
799 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt)
819 bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt)
844 static bool nbcon_emit_next_record(struct nbcon_write_context *wctxt)

Completed in 143 milliseconds