Home
last modified time | relevance | path

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

/Linux-v5.4/fs/pstore/
Dram.c87 unsigned int max_dump_cnt; member
241 while (cxt->dump_read_cnt < cxt->max_dump_cnt && !prz) { in ramoops_pstore_read()
420 cxt->dump_write_cnt = (cxt->dump_write_cnt + 1) % cxt->max_dump_cnt; in ramoops_pstore_write()
446 if (record->id >= cxt->max_dump_cnt) in ramoops_pstore_erase()
489 for (i = 0; i < cxt->max_dump_cnt; i++) in ramoops_free_przs()
493 cxt->max_dump_cnt = 0; in ramoops_free_przs()
732 if (cxt->max_dump_cnt) { in ramoops_probe()
785 &cxt->max_dump_cnt, 0, 0); in ramoops_probe()
818 if (cxt->max_dump_cnt) in ramoops_probe()