Searched refs:kmsg_dump_get_line (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | kmsg_dump.h | 71 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, 89 static inline bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function
|
| /linux/arch/um/kernel/ |
| H A D | kmsg_dump.c | 48 while (kmsg_dump_get_line(&iter, true, line, sizeof(line), &len)) { in kmsg_dumper_stdout()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_main.c | 2029 while (kmsg_dump_get_line(&iter, 1, NULL, 0, NULL)) in kdb_dmesg() 2062 while (kmsg_dump_get_line(&iter, 1, buf, sizeof(buf), &len)) { in kdb_dmesg()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 4898 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function 4935 EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
|