Home
last modified time | relevance | path

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

/linux-6.15/kernel/printk/
H A Dprintk.c3206 u64 printk_seq; in console_flush_all() local
3227 printk_seq = con->seq; in console_flush_all()
3238 if (printk_seq > *next_seq) in console_flush_all()
3239 *next_seq = printk_seq; in console_flush_all()
3596 u64 printk_seq; in legacy_kthread_should_wakeup() local
3616 printk_seq = con->seq; in legacy_kthread_should_wakeup()
4392 u64 printk_seq; in __pr_flush() local
4453 printk_seq = nbcon_seq_read(c); in __pr_flush()
4455 printk_seq = c->seq; in __pr_flush()
4458 if (printk_seq < seq) in __pr_flush()
[all …]