Searched refs:printk_safe_seq_buf (Results 1 – 1 of 1) sorted by relevance
38 struct printk_safe_seq_buf { struct45 static DEFINE_PER_CPU(struct printk_safe_seq_buf, safe_print_seq); argument49 static DEFINE_PER_CPU(struct printk_safe_seq_buf, nmi_print_seq);53 static void queue_flush_work(struct printk_safe_seq_buf *s) in queue_flush_work()69 static __printf(2, 0) int printk_safe_log_store(struct printk_safe_seq_buf *s, in printk_safe_log_store()169 static void report_message_lost(struct printk_safe_seq_buf *s) in report_message_lost()185 struct printk_safe_seq_buf *s = in __printk_safe_flush()186 container_of(work, struct printk_safe_seq_buf, work); in __printk_safe_flush()293 struct printk_safe_seq_buf *s = this_cpu_ptr(&nmi_print_seq); in vprintk_nmi()345 struct printk_safe_seq_buf *s = this_cpu_ptr(&safe_print_seq); in vprintk_safe()[all …]