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

/linux-master/include/linux/
H A Dconsole.h349 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; } argument
485 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; } argument
486 static inline bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) { return false; } argument
/linux-master/kernel/printk/
H A Dnbcon.c704 * @wctxt: The write context that was handed to the write function
725 bool nbcon_can_proceed(struct nbcon_write_context *wctxt) argument
727 struct nbcon_context *ctxt = &ACCESS_PRIVATE(wctxt, ctxt);
789 * @wctxt: The write context that was handed to the write function
799 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) argument
801 struct nbcon_context *ctxt = &ACCESS_PRIVATE(wctxt, ctxt);
809 * @wctxt: The write context that was handed to the write function
819 bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) argument
821 struct nbcon_context *ctxt = &ACCESS_PRIVATE(wctxt, ctxt);
829 * @wctxt
844 nbcon_emit_next_record(struct nbcon_write_context *wctxt) argument
[all...]

Completed in 91 milliseconds