Searched refs:kmsg_dump_get_line (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | kmsg_dump.h | 60 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
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kmsg_dump.h | 60 bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, 87 static inline bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line() function
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | kmsg_dump.c | 28 while (kmsg_dump_get_line(dumper, true, line, sizeof(line), &len)) { in kmsg_dumper_stdout()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 2116 while (kmsg_dump_get_line(&iter, 1, NULL, 0, NULL)) in kdb_dmesg() 2149 while (kmsg_dump_get_line(&iter, 1, buf, sizeof(buf), &len)) { in kdb_dmesg()
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk.c | 3231 * retrieve the kmsg records with kmsg_dump_get_line() or 3288 * The function is similar to kmsg_dump_get_line(), but grabs no locks. 3328 * kmsg_dump_get_line - retrieve one kmsg log line 3344 bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line() function 3356 EXPORT_SYMBOL_GPL(kmsg_dump_get_line); variable 3459 * Reset the dumper's iterator so that kmsg_dump_get_line() and 3475 * Reset the dumper's iterator so that kmsg_dump_get_line() and
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk.c | 4092 * retrieve the kmsg records with kmsg_dump_get_line() or 4121 * kmsg_dump_get_line - retrieve one kmsg log line 4137 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() function 4174 EXPORT_SYMBOL_GPL(kmsg_dump_get_line); variable 4265 * Reset the dumper's iterator so that kmsg_dump_get_line() and
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 3090 while (kmsg_dump_get_line(&iter, false, buf, sizeof(buf), &len)) { in dump_log_buf()
|
Completed in 19 milliseconds