Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dnbcon.c1548 static int __nbcon_atomic_flush_pending_con(struct console *con, u64 stop_seq) in __nbcon_atomic_flush_pending_con() argument
1559 while (nbcon_seq_read(con) < stop_seq) { in __nbcon_atomic_flush_pending_con()
1584 if (nbcon_seq_read(con) < stop_seq) in __nbcon_atomic_flush_pending_con()
1604 static void nbcon_atomic_flush_pending_con(struct console *con, u64 stop_seq) in nbcon_atomic_flush_pending_con() argument
1610 err = __nbcon_atomic_flush_pending_con(con, stop_seq); in nbcon_atomic_flush_pending_con()
1631 stop_seq = prb_next_reserve_seq(prb); in nbcon_atomic_flush_pending_con()
1641 static void __nbcon_atomic_flush_pending(u64 stop_seq) in __nbcon_atomic_flush_pending() argument
1656 if (nbcon_seq_read(con) >= stop_seq) in __nbcon_atomic_flush_pending()
1659 nbcon_atomic_flush_pending_con(con, stop_seq); in __nbcon_atomic_flush_pending()