Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/ABI/testing/
Dpstore14 # mount -t pstore -o kmsg_bytes=8000 - /sys/fs/pstore
37 The 'kmsg_bytes' mount option changes the target amount of
/linux-4.4.14/fs/pstore/
Dplatform.c81 static unsigned long kmsg_bytes = 10240; variable
85 kmsg_bytes = bytes; in pstore_set_kmsg_bytes()
301 while (total < kmsg_bytes) { in pstore_dump()