Searched refs:kmsg_size (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/pstore/ |
| H A D | blk.c | 22 static long kmsg_size = CONFIG_PSTORE_BLK_KMSG_SIZE; variable 23 module_param(kmsg_size, long, 0400); 24 MODULE_PARM_DESC(kmsg_size, "kmsg dump record size in kbytes"); 129 verify_size(kmsg_size, 4096, dev->flags & PSTORE_FLAGS_DMESG); in __register_pstore_device() 246 info->kmsg_size = check_size(kmsg_size, 4096); in pstore_blk_get_config()
|
| H A D | zone.c | 1278 info->kmsg_size, &cxt->kmsg_max_cnt); in psz_alloc_zones() 1314 if (!info->kmsg_size && !info->pmsg_size && !info->console_size && in register_pstore_zone() 1336 check_size(kmsg_size, SECTOR_SIZE); in register_pstore_zone() 1364 pr_debug("\tkmsg size : %ld Bytes\n", info->kmsg_size); in register_pstore_zone() 1375 if (info->kmsg_size) { in register_pstore_zone() 1389 if (info->kmsg_size) { in register_pstore_zone()
|
| /linux/include/linux/ |
| H A D | pstore_blk.h | 40 unsigned long kmsg_size; member
|
| H A D | pstore_zone.h | 46 unsigned long kmsg_size; member
|
| /linux/Documentation/admin-guide/ |
| H A D | pstore-blk.rst | 24 kmsg_size and so on. All of them support both Kconfig and module parameters, 38 pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y 75 kmsg_size section in Configurations for user
|