Searched defs:wctxt (Results 1 – 2 of 2) sorted by relevance
758 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()
466 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()