Lines Matching refs:pmsg
951 struct printk_message *pmsg) in wctxt_load_execution_ctx() argument
953 wctxt->cpu = pmsg->cpu; in wctxt_load_execution_ctx()
954 wctxt->pid = pmsg->pid; in wctxt_load_execution_ctx()
955 memcpy(wctxt->comm, pmsg->comm, sizeof(wctxt->comm)); in wctxt_load_execution_ctx()
956 static_assert(sizeof(wctxt->comm) == sizeof(pmsg->comm)); in wctxt_load_execution_ctx()
960 struct printk_message *pmsg) {} in wctxt_load_execution_ctx() argument
985 struct printk_message pmsg = { in nbcon_emit_next_record() local
1017 ctxt->backlog = printk_get_next_message(&pmsg, ctxt->seq, is_extended, true); in nbcon_emit_next_record()
1028 dropped = con_dropped + pmsg.dropped; in nbcon_emit_next_record()
1030 console_prepend_dropped(&pmsg, dropped); in nbcon_emit_next_record()
1038 if (__ulseq_to_u64seq(prb, ulseq) == pmsg.seq) { in nbcon_emit_next_record()
1039 console_prepend_replay(&pmsg); in nbcon_emit_next_record()
1052 __u64seq_to_ulseq(pmsg.seq)); in nbcon_emit_next_record()
1059 if (pmsg.outbuf_len == 0) in nbcon_emit_next_record()
1063 nbcon_write_context_set_buf(wctxt, &pmsg.pbufs->outbuf[0], pmsg.outbuf_len); in nbcon_emit_next_record()
1065 wctxt_load_execution_ctx(wctxt, &pmsg); in nbcon_emit_next_record()
1107 nbcon_seq_try_update(ctxt, pmsg.seq + 1); in nbcon_emit_next_record()