Searched refs:blackbox_size (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | ram.c | 47 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 D | blk.c | 55 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 D | zone.c | 1294 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 D | pstore_blk.h | 99 * @blackbox_size: Total size of the blackbox storage area 108 unsigned long blackbox_size; member
|
H A D | pstore_zone.h | 24 * @blackbox_size:The size of blackbox zone which is the same as @kmsg_size. 52 unsigned long blackbox_size; member
|
H A D | pstore_ram.h | 136 unsigned long blackbox_size; member
|
Completed in 5 milliseconds