Home
last modified time | relevance | path

Searched refs:blackbox_size (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/pstore/
H A Dram.c47 module_param_named(blackbox_size, ramoops_blackbox_size, ulong, 0400);
48 MODULE_PARM_DESC(blackbox_size, "size of blackbox log");
99 size_t blackbox_size; member
697 parse_u32("blackbox-size", pdata->blackbox_size, 0); in ramoops_parse_dt()
719 !pdata->blackbox_size) { in ramoops_parse_dt()
722 pdata->blackbox_size = pdata->record_size; in ramoops_parse_dt()
765 !pdata->ftrace_size && !pdata->pmsg_size && !pdata->blackbox_size)) { in ramoops_probe()
780 if (pdata->blackbox_size && !is_power_of_2(pdata->blackbox_size)) in ramoops_probe()
781 pdata->blackbox_size in ramoops_probe()
[all...]
H A Dblk.c55 static long blackbox_size = CONFIG_PSTORE_BLK_BLACKBOX_SIZE; variable
58 static long blackbox_size = -1; variable
60 module_param(blackbox_size, long, 0400);
61 MODULE_PARM_DESC(blackbox_size, "blackbox size in kbytes");
156 verify_size(blackbox_size, 4096, dev->flags & PSTORE_FLAGS_BLACKBOX); in __register_pstore_device()
489 info->blackbox_size = check_size(blackbox_size, 4096); in pstore_blk_get_config()
H A Dzone.c1294 off_size += info->blackbox_size; in psz_alloc_zones()
1296 info->blackbox_size); in psz_alloc_zones()
1338 !info->ftrace_size && !info->blackbox_size) { in register_pstore_zone()
1363 check_size(blackbox_size, SECTOR_SIZE); in register_pstore_zone()
1392 pr_debug("\tblackbox size : %ld Bytes\n", info->blackbox_size); in register_pstore_zone()
1434 if (info->blackbox_size) { in register_pstore_zone()
/kernel/linux/linux-5.10/include/linux/
H A Dpstore_blk.h99 * @blackbox_size: Total size of the blackbox storage area
108 unsigned long blackbox_size; member
H A Dpstore_zone.h24 * @blackbox_size:The size of blackbox zone which is the same as @kmsg_size.
52 unsigned long blackbox_size; member
H A Dpstore_ram.h136 unsigned long blackbox_size; member

Completed in 5 milliseconds