Searched refs:record_print_text (Results 1 – 1 of 1) sorted by relevance
/kernel/printk/ |
D | printk.c | 1341 static size_t record_print_text(struct printk_record *r, bool syslog, in record_print_text() function 1572 n = record_print_text(&r, true, syslog_time); in syslog_print() 1635 textlen = record_print_text(&r, true, time); in syslog_print_all() 2333 static size_t record_print_text(const struct printk_record *r, in record_print_text() function 2745 len = record_print_text(&r, in console_unlock() 3552 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line() 3642 len += record_print_text(&r, syslog, time); in kmsg_dump_get_buffer()
|