Home
last modified time | relevance | path

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

/include/linux/
A Dconsole.h384 void (*write_atomic)(struct console *con, struct nbcon_write_context *wctxt);
415 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt);
604 extern bool nbcon_can_proceed(struct nbcon_write_context *wctxt);
605 extern bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt);
606 extern bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt);
607 extern void nbcon_reacquire_nobuf(struct nbcon_write_context *wctxt);
611 static inline bool nbcon_can_proceed(struct nbcon_write_context *wctxt) { return false; } in nbcon_can_proceed() argument
612 static inline bool nbcon_enter_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_enter_unsafe() argument
613 static inline bool nbcon_exit_unsafe(struct nbcon_write_context *wctxt) { return false; } in nbcon_exit_unsafe() argument
614 static inline void nbcon_reacquire_nobuf(struct nbcon_write_context *wctxt) { } in nbcon_reacquire_nobuf() argument

Completed in 6 milliseconds