Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/printk/
Dprintk_safe.c49 struct printk_safe_seq_buf { struct
56 static DEFINE_PER_CPU(struct printk_safe_seq_buf, safe_print_seq); argument
60 static DEFINE_PER_CPU(struct printk_safe_seq_buf, nmi_print_seq);
64 static void queue_flush_work(struct printk_safe_seq_buf *s) in queue_flush_work()
80 static __printf(2, 0) int printk_safe_log_store(struct printk_safe_seq_buf *s, in printk_safe_log_store()
180 static void report_message_lost(struct printk_safe_seq_buf *s) in report_message_lost()
196 struct printk_safe_seq_buf *s = in __printk_safe_flush()
197 container_of(work, struct printk_safe_seq_buf, work); in __printk_safe_flush()
304 struct printk_safe_seq_buf *s = this_cpu_ptr(&nmi_print_seq); in vprintk_nmi()
356 struct printk_safe_seq_buf *s = this_cpu_ptr(&safe_print_seq); in vprintk_safe()
[all …]