Home
last modified time | relevance | path

Searched refs:record_size (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/mtd/
Dmtdoops.c42 static unsigned long record_size = 4096; variable
43 module_param(record_size, ulong, 0400);
44 MODULE_PARM_DESC(record_size,
97 u32 start_page = start_page_offset / record_size; in mtdoops_erase_block()
98 u32 erase_pages = mtd->erasesize / record_size; in mtdoops_erase_block()
165 mod = (cxt->nextpage * record_size) % mtd->erasesize; in mtdoops_workfunc_erase()
167 cxt->nextpage = cxt->nextpage + ((mtd->erasesize - mod) / record_size); in mtdoops_workfunc_erase()
172 while ((ret = mtd_block_isbad(mtd, cxt->nextpage * record_size)) > 0) { in mtdoops_workfunc_erase()
175 cxt->nextpage * record_size); in mtdoops_workfunc_erase()
177 cxt->nextpage = cxt->nextpage + (mtd->erasesize / record_size); in mtdoops_workfunc_erase()
[all …]
/linux-4.4.14/fs/pstore/
Dram.c41 static ulong record_size = MIN_MEM_SIZE; variable
42 module_param(record_size, ulong, 0400);
43 MODULE_PARM_DESC(record_size,
93 size_t record_size; member
393 if (!cxt->record_size) in ramoops_init_przs()
401 cxt->max_dump_cnt = dump_mem_sz / cxt->record_size; in ramoops_init_przs()
413 cxt->przs[i] = persistent_ram_new(*paddr, cxt->record_size, 0, in ramoops_init_przs()
419 cxt->record_size, (unsigned long long)*paddr, err); in ramoops_init_przs()
422 *paddr += cxt->record_size; in ramoops_init_przs()
476 if (!pdata->mem_size || (!pdata->record_size && !pdata->console_size && in ramoops_probe()
[all …]
/linux-4.4.14/drivers/platform/chrome/
Dchromeos_pstore.c61 .record_size = 0x20000,
/linux-4.4.14/include/linux/
Dpstore_ram.h81 unsigned long record_size; member
/linux-4.4.14/Documentation/
Dramoops.txt31 The memory area is divided into "record_size" chunks (also rounded down to
32 power of two) and each oops/panic writes a "record_size" chunk of
67 .record_size = <...>,
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.h48 int record_size; /* size of binary record */ member