Lines Matching refs:seq
178 void nbcon_seq_force(struct console *con, u64 seq) in nbcon_seq_force() argument
186 u64 valid_seq = max_t(u64, seq, prb_first_valid_seq(prb)); in nbcon_seq_force()
204 unsigned long nbcon_seq = __u64seq_to_ulseq(ctxt->seq); in nbcon_seq_try_update()
209 ctxt->seq = new_seq; in nbcon_seq_try_update()
211 ctxt->seq = nbcon_seq_read(con); in nbcon_seq_try_update()
623 ctxt->seq = nbcon_seq_read(ctxt->console); in nbcon_context_try_acquire()
996 ctxt->backlog = printk_get_next_message(&pmsg, ctxt->seq, is_extended, true); in nbcon_emit_next_record()
1017 if (__ulseq_to_u64seq(prb, ulseq) == pmsg.seq) { in nbcon_emit_next_record()
1031 __u64seq_to_ulseq(pmsg.seq)); in nbcon_emit_next_record()
1084 nbcon_seq_try_update(ctxt, pmsg.seq + 1); in nbcon_emit_next_record()
1171 ctxt->seq = nbcon_seq_read(con); in nbcon_kthread_should_wakeup()
1173 ret = prb_read_valid(prb, ctxt->seq, NULL); in nbcon_kthread_should_wakeup()