Home
last modified time | relevance | path

Searched refs:kmsg_bytes (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/pstore/
H A Dplatform.c95 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()
303 while (total < kmsg_bytes) { in pstore_dump()
H A Dinternal.h9 extern unsigned long kmsg_bytes;
H A Dinode.c266 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()
/openbmc/linux/Documentation/ABI/testing/
H A Dpstore15 # mount -t pstore -o kmsg_bytes=8000 - /sys/fs/pstore
38 The 'kmsg_bytes' mount option changes the target amount of