Searched refs:pmsg_size (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dpstore_blk.h33 * @pmsg_size: Total size of the pmsg storage area
41 unsigned long pmsg_size; member in struct:pstore_blk_config
H A Dpstore_ram.h36 unsigned long pmsg_size; member in struct:ramoops_platform_data
H A Dpstore_zone.h21 * @pmsg_size: The size of pmsg zone which is the same as @kmsg_size.
48 unsigned long pmsg_size; member in struct:pstore_zone_info
/linux-master/fs/pstore/
H A Dblk.c32 static long pmsg_size = CONFIG_PSTORE_BLK_PMSG_SIZE; variable
34 static long pmsg_size = -1; variable
36 module_param(pmsg_size, long, 0400);
37 MODULE_PARM_DESC(pmsg_size, "pmsg size in kbytes");
130 verify_size(pmsg_size, 4096, dev->flags & PSTORE_FLAGS_PMSG);
247 info->pmsg_size = check_size(pmsg_size, 4096);
H A Dram.c45 module_param_named(pmsg_size, ramoops_pmsg_size, ulong, 0400);
46 MODULE_PARM_DESC(pmsg_size, "size of user space message log");
91 size_t pmsg_size; member in struct:ramoops_context
689 parse_u32("pmsg-size", pdata->pmsg_size, 0);
698 * console_size and pmsg_size to the record size since that's
710 !pdata->pmsg_size && !pdata->ecc_info.ecc_size) {
712 pdata->pmsg_size = pdata->record_size;
755 !pdata->ftrace_size && !pdata->pmsg_size)) {
768 if (pdata->pmsg_size && !is_power_of_2(pdata->pmsg_size))
[all...]
H A Dzone.c1242 off_size += info->pmsg_size;
1243 cxt->ppsz = psz_init_zone(PSTORE_TYPE_PMSG, &off, info->pmsg_size);
1308 if (!info->kmsg_size && !info->pmsg_size && !info->console_size &&
1331 check_size(pmsg_size, SECTOR_SIZE);
1359 pr_debug("\tpmsg size : %ld Bytes\n", info->pmsg_size);
1391 if (info->pmsg_size) {
/linux-master/drivers/platform/chrome/
H A Dchromeos_pstore.c60 .pmsg_size = 0x20000,

Completed in 289 milliseconds