Home
last modified time | relevance | path

Searched refs:kmsg_dump_get_line (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dkmsg_dump.h60 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog,
78 static inline bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function
/linux-6.3-rc2/arch/um/kernel/
A Dkmsg_dump.c48 while (kmsg_dump_get_line(&iter, true, line, sizeof(line), &len)) { in kmsg_dumper_stdout()
/linux-6.3-rc2/kernel/debug/kdb/
A Dkdb_main.c2118 while (kmsg_dump_get_line(&iter, 1, NULL, 0, NULL)) in kdb_dmesg()
2151 while (kmsg_dump_get_line(&iter, 1, buf, sizeof(buf), &len)) { in kdb_dmesg()
/linux-6.3-rc2/kernel/printk/
A Dprintk.c4015 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function
4052 EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
/linux-6.3-rc2/arch/powerpc/xmon/
A Dxmon.c3087 while (kmsg_dump_get_line(&iter, false, buf, sizeof(buf), &len)) { in dump_log_buf()

Completed in 20 milliseconds