Searched refs:kmsg_size (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/mtd/ |
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() 84 u32 zonecnt = mtd->erasesize / cxt->info.kmsg_size; in mtdpstore_block_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() 111 u32 zonecnt = mtd->erasesize / cxt->info.kmsg_size; in mtdpstore_block_is_used() 115 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_block_is_used() 143 u64 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_mark_removed() 153 u32 zonecnt = mtd->erasesize / cxt->info.kmsg_size; in mtdpstore_block_clear_removed() 157 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_block_clear_removed() [all …]
|
/linux-6.6.21/fs/pstore/ |
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()
|
D | zone.c | 1271 info->kmsg_size, &cxt->kmsg_max_cnt); in psz_alloc_zones() 1307 if (!info->kmsg_size && !info->pmsg_size && !info->console_size && in register_pstore_zone() 1329 check_size(kmsg_size, SECTOR_SIZE); in register_pstore_zone() 1357 pr_debug("\tkmsg size : %ld Bytes\n", info->kmsg_size); in register_pstore_zone() 1368 if (info->kmsg_size) { in register_pstore_zone() 1382 if (info->kmsg_size) { in register_pstore_zone()
|
/linux-6.6.21/include/linux/ |
D | pstore_blk.h | 40 unsigned long kmsg_size; member
|
D | pstore_zone.h | 46 unsigned long kmsg_size; member
|
/linux-6.6.21/Documentation/admin-guide/ |
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
|