Home
last modified time | relevance | path

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

/linux-6.8/kernel/printk/
Dnbcon.c758 bool nbcon_can_proceed(struct nbcon_write_context *wctxt) in nbcon_can_proceed()
832 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) in nbcon_enter_unsafe()
852 bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) in nbcon_exit_unsafe()
877 static bool nbcon_emit_next_record(struct nbcon_write_context *wctxt) in nbcon_emit_next_record()
/linux-6.8/include/linux/
Dconsole.h466 static inline bool nbcon_can_proceed(struct nbcon_write_context *wctxt) { return false; } in nbcon_can_proceed()
467 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_enter_unsafe()
468 static inline bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_exit_unsafe()