Searched refs:record_print_text (Results 1 – 1 of 1) sorted by relevance
/kernel/printk/ |
D | printk.c | 1339 static size_t record_print_text(struct printk_record *r, bool syslog, in record_print_text() function 1570 n = record_print_text(&r, true, syslog_time); in syslog_print() 1633 textlen = record_print_text(&r, true, time); in syslog_print_all() 2331 static size_t record_print_text(const struct printk_record *r, in record_print_text() function 2743 len = record_print_text(&r, in console_unlock() 3550 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line() 3640 len += record_print_text(&r, syslog, time); in kmsg_dump_get_buffer()
|