Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dnbcon.c860 void nbcon_write_context_set_buf(struct nbcon_write_context *wctxt, in nbcon_write_context_set_buf() function
892 nbcon_write_context_set_buf(wctxt, NULL, 0); in nbcon_enter_unsafe()
916 nbcon_write_context_set_buf(wctxt, NULL, 0); in nbcon_exit_unsafe()
945 nbcon_write_context_set_buf(wctxt, NULL, 0); in nbcon_reacquire_nobuf()
1063 nbcon_write_context_set_buf(wctxt, &pmsg.pbufs->outbuf[0], pmsg.outbuf_len); in nbcon_emit_next_record()
/linux/kernel/debug/kdb/
H A Dkdb_io.c606 nbcon_write_context_set_buf(&wctxt, (char *)msg, msg_len); in kdb_msg_write()