Searched refs:kmsg_dump_get_line (Results 1 – 2 of 2) sorted by relevance
/kernel/debug/kdb/ |
D | kdb_main.c | 2165 while (kmsg_dump_get_line(&iter, 1, NULL, 0, NULL)) in kdb_dmesg() 2198 while (kmsg_dump_get_line(&iter, 1, buf, sizeof(buf), &len)) { in kdb_dmesg()
|
/kernel/printk/ |
D | printk.c | 3533 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function 3570 EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
|