Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dnbcon.c168 u64 nbcon_seq_read(struct console *con) in nbcon_seq_read() function
216 ctxt->seq = nbcon_seq_read(con); in nbcon_seq_try_update()
630 ctxt->seq = nbcon_seq_read(ctxt->console); in nbcon_context_try_acquire()
1205 ctxt->seq = nbcon_seq_read(con); in nbcon_kthread_should_wakeup()
1575 while (nbcon_seq_read(con) < stop_seq) { in __nbcon_atomic_flush_pending_con()
1600 if (nbcon_seq_read(con) < stop_seq) in __nbcon_atomic_flush_pending_con()
1646 prb_read_valid(prb, nbcon_seq_read(con), NULL)) { in nbcon_atomic_flush_pending_con()
1672 if (nbcon_seq_read(con) >= stop_seq) in __nbcon_atomic_flush_pending()
1925 prb_read_valid(prb, nbcon_seq_read(con), NULL)) { in nbcon_device_release()
H A Dinternal.h102 u64 nbcon_seq_read(struct console *con);
154 static inline u64 nbcon_seq_read(struct console *con) { return 0; } in nbcon_seq_read() function
H A Dprintk.c3267 printk_seq = nbcon_seq_read(con); in console_flush_one_record()
3678 printk_seq = nbcon_seq_read(con); in legacy_kthread_should_wakeup()
4020 seq = nbcon_seq_read(con); in get_init_console_seq()
4537 printk_seq = nbcon_seq_read(c); in __pr_flush()