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

/linux-master/kernel/printk/
H A Dnbcon.c725 bool nbcon_can_proceed(struct nbcon_write_context *wctxt) argument
799 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) argument
819 bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) argument
844 nbcon_emit_next_record(struct nbcon_write_context *wctxt) argument
[all...]
/linux-master/include/linux/
H A Dconsole.h484 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

Completed in 92 milliseconds