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

/linux-master/include/linux/
H 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, function
/linux-master/arch/um/kernel/
H A Dkmsg_dump.c48 while (kmsg_dump_get_line(&iter, true, line, sizeof(line), &len)) {
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c2115 while (kmsg_dump_get_line(&iter, 1, NULL, 0, NULL))
2148 while (kmsg_dump_get_line(&iter, 1, buf, sizeof(buf), &len)) {
/linux-master/kernel/printk/
H A Dprintk.c4106 * retrieve the kmsg records with kmsg_dump_get_line() or
4135 * kmsg_dump_get_line - retrieve one kmsg log line
4151 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, function
4188 EXPORT_SYMBOL_GPL(kmsg_dump_get_line); variable
4278 * Reset the dumper's iterator so that kmsg_dump_get_line() and
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3088 while (kmsg_dump_get_line(&iter, false, buf, sizeof(buf), &len)) {

Completed in 138 milliseconds