Searched refs:kmsg_bytes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | platform.c | 95 unsigned long kmsg_bytes = CONFIG_PSTORE_DEFAULT_KMSG_BYTES; variable 96 module_param(kmsg_bytes, ulong, 0444); 97 MODULE_PARM_DESC(kmsg_bytes, "amount of kernel log to snapshot (in bytes)"); 112 kmsg_bytes = bytes; in pstore_set_kmsg_bytes() 274 * callback from kmsg_dump. Save as much as we can (up to kmsg_bytes) from the 303 while (total < kmsg_bytes) { in pstore_dump()
|
H A D | internal.h | 9 extern unsigned long kmsg_bytes;
|
H A D | inode.c | 232 {Opt_kmsg_bytes, "kmsg_bytes=%u"}, 266 if (kmsg_bytes != CONFIG_PSTORE_DEFAULT_KMSG_BYTES) in pstore_show_options() 267 seq_printf(m, ",kmsg_bytes=%lu", kmsg_bytes); in pstore_show_options()
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | internal.h | 10 extern unsigned long kmsg_bytes;
|
H A D | platform.c | 109 unsigned long kmsg_bytes = PSTORE_DEFAULT_KMSG_BYTES; variable 113 kmsg_bytes = bytes; in pstore_set_kmsg_bytes() 495 * callback from kmsg_dump. Save as much as we can (up to kmsg_bytes) from the 520 while (total < kmsg_bytes) { in pstore_dump()
|
H A D | inode.c | 235 {Opt_kmsg_bytes, "kmsg_bytes=%u"}, 269 if (kmsg_bytes != PSTORE_DEFAULT_KMSG_BYTES) in pstore_show_options() 270 seq_printf(m, ",kmsg_bytes=%lu", kmsg_bytes); in pstore_show_options()
|
Completed in 4 milliseconds