Home
last modified time | relevance | path

Searched refs:kmsg_size (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdpstore.c64 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...]
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdpstore.c64 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...]
/kernel/linux/linux-6.6/fs/pstore/
H A Dblk.c22 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 Dzone.c1271 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()
/kernel/linux/linux-5.10/fs/pstore/
H A Dblk.c21 static long kmsg_size = CONFIG_PSTORE_BLK_KMSG_SIZE; variable
22 module_param(kmsg_size, long, 0400);
23 MODULE_PARM_DESC(kmsg_size, "kmsg dump record size in kbytes");
152 verify_size(kmsg_size, 4096, dev->flags & PSTORE_FLAGS_DMESG); in __register_pstore_device()
485 info->kmsg_size = check_size(kmsg_size, 4096); in pstore_blk_get_config()
H A Dzone.c1305 info->kmsg_size, &cxt->kmsg_max_cnt); in psz_alloc_zones()
1337 if (!info->kmsg_size && !info->pmsg_size && !info->console_size && in register_pstore_zone()
1359 check_size(kmsg_size, SECTOR_SIZE); in register_pstore_zone()
1388 pr_debug("\tkmsg size : %ld Bytes\n", info->kmsg_size); in register_pstore_zone()
1400 if (info->kmsg_size) { in register_pstore_zone()
1414 if (info->kmsg_size) { in register_pstore_zone()
/kernel/linux/linux-6.6/include/linux/
H A Dpstore_blk.h32 * @kmsg_size: Total size of for kmsg dumps
40 unsigned long kmsg_size; member
H A Dpstore_zone.h18 * @kmsg_size: The size of oops/panic zone. Zero means disabled, otherwise,
21 * @pmsg_size: The size of pmsg zone which is the same as @kmsg_size.
22 * @console_size:The size of console zone which is the same as @kmsg_size.
23 * @ftrace_size:The size of ftrace zone which is the same as @kmsg_size.
46 unsigned long kmsg_size; member
/kernel/linux/linux-5.10/include/linux/
H A Dpstore_blk.h95 * @kmsg_size: Total size of for kmsg dumps
104 unsigned long kmsg_size; member
H A Dpstore_zone.h18 * @kmsg_size: The size of oops/panic zone. Zero means disabled, otherwise,
21 * @pmsg_size: The size of pmsg zone which is the same as @kmsg_size.
22 * @console_size:The size of console zone which is the same as @kmsg_size.
23 * @ftrace_size:The size of ftrace zone which is the same as @kmsg_size.
24 * @blackbox_size:The size of blackbox zone which is the same as @kmsg_size.
47 unsigned long kmsg_size; member

Completed in 8 milliseconds