Home
last modified time | relevance | path

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

/linux-6.15/kernel/printk/
H A Dnbcon.c163 u64 nbcon_seq_read(struct console *con) in nbcon_seq_read() function
211 ctxt->seq = nbcon_seq_read(con); in nbcon_seq_try_update()
604 ctxt->seq = nbcon_seq_read(ctxt->console); in nbcon_context_try_acquire()
1152 ctxt->seq = nbcon_seq_read(con); in nbcon_kthread_should_wakeup()
1492 while (nbcon_seq_read(con) < stop_seq) { in __nbcon_atomic_flush_pending_con()
1503 if (nbcon_seq_read(con) < stop_seq) in __nbcon_atomic_flush_pending_con()
1563 prb_read_valid(prb, nbcon_seq_read(con), NULL)) { in nbcon_atomic_flush_pending_con()
1590 if (nbcon_seq_read(con) >= stop_seq) in __nbcon_atomic_flush_pending()
1800 prb_read_valid(prb, nbcon_seq_read(con), NULL)) { in nbcon_device_release()
H A Dinternal.h103 u64 nbcon_seq_read(struct console *con);
195 static inline u64 nbcon_seq_read(struct console *con) { return 0; } in nbcon_seq_read() function
H A Dprintk.c3224 printk_seq = nbcon_seq_read(con); in console_flush_all()
3610 printk_seq = nbcon_seq_read(con); in legacy_kthread_should_wakeup()
3937 seq = nbcon_seq_read(con); in get_init_console_seq()
4453 printk_seq = nbcon_seq_read(c); in __pr_flush()