Searched refs:kmsg_size (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/mtd/ |
H A D | mtdpstore.c | 64 u64 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_mark_used() 74 u64 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_mark_unused() 88 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_block_mark_unused() 99 u64 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_is_used() 115 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_block_is_used() 157 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_block_clear_removed() 173 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_block_is_removed() 396 if (mtd->size < info->kmsg_size * 2) { in mtdpstore_notify_add() 407 if (mtd->erasesize < info->kmsg_size) { in mtdpstore_notify_add() 414 info->kmsg_size / 1024, in mtdpstore_notify_add() [all …]
|
/openbmc/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 | 1273 info->kmsg_size, &cxt->kmsg_max_cnt); in psz_alloc_zones() 1309 if (!info->kmsg_size && !info->pmsg_size && !info->console_size && in register_pstore_zone() 1331 check_size(kmsg_size, SECTOR_SIZE); in register_pstore_zone() 1359 pr_debug("\tkmsg size : %ld Bytes\n", info->kmsg_size); in register_pstore_zone() 1370 if (info->kmsg_size) { in register_pstore_zone() 1384 if (info->kmsg_size) { in register_pstore_zone()
|
/openbmc/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
|
/openbmc/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
|