Home
last modified time | relevance | path

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

/linux/kernel/printk/
A Dnbcon.c772 bool nbcon_can_proceed(struct nbcon_write_context *wctxt) in nbcon_can_proceed()
834 static void nbcon_write_context_set_buf(struct nbcon_write_context *wctxt, in nbcon_write_context_set_buf()
859 bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) in nbcon_enter_unsafe()
883 bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) in nbcon_exit_unsafe()
912 void nbcon_reacquire_nobuf(struct nbcon_write_context *wctxt) in nbcon_reacquire_nobuf()
940 static bool nbcon_emit_next_record(struct nbcon_write_context *wctxt, bool use_atomic) in nbcon_emit_next_record()
1087 static bool nbcon_emit_one(struct nbcon_write_context *wctxt, bool use_atomic) in nbcon_emit_one()
1170 struct nbcon_write_context wctxt = { in nbcon_kthread_func() local
1421 struct nbcon_write_context wctxt = { }; in nbcon_legacy_emit_next_record() local
1480 struct nbcon_write_context wctxt = { }; in __nbcon_atomic_flush_pending_con() local
/linux/include/linux/
A Dconsole.h611 static inline bool nbcon_can_proceed(struct nbcon_write_context *wctxt) { return false; } in nbcon_can_proceed()
612 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_enter_unsafe()
613 static inline bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_exit_unsafe()
614 static inline void nbcon_reacquire_nobuf(struct nbcon_write_context *wctxt) { } in nbcon_reacquire_nobuf()

Completed in 10 milliseconds