Searched refs:record_print_text (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/kernel/printk/ |
A D | printk.c | 1391 static size_t record_print_text(struct printk_record *r, bool syslog, in record_print_text() function 1622 n = record_print_text(&r, true, syslog_time); in syslog_print() 1685 textlen = record_print_text(&r, true, time); in syslog_print_all() 2357 static size_t record_print_text(const struct printk_record *r, in record_print_text() function 2818 len = record_print_text(&r, console_msg_format & MSG_FORMAT_SYSLOG, printk_time); in printk_get_next_message() 4034 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line() 4124 len += record_print_text(&r, syslog, time); in kmsg_dump_get_buffer()
|
Completed in 9 milliseconds