Home
last modified time | relevance | path

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

/linux/fs/pstore/
H A Dram.c98 unsigned int max_dump_cnt; member
200 while (cxt->dump_read_cnt < cxt->max_dump_cnt && !prz) { in ramoops_pstore_read()
393 cxt->dump_write_cnt = (cxt->dump_write_cnt + 1) % cxt->max_dump_cnt; in ramoops_pstore_write()
419 if (record->id >= cxt->max_dump_cnt) in ramoops_pstore_erase()
468 for (i = 0; i < cxt->max_dump_cnt; i++) in ramoops_free_przs()
473 cxt->max_dump_cnt = 0; in ramoops_free_przs()
737 if (cxt->max_dump_cnt) { in ramoops_probe()
791 &cxt->max_dump_cnt, 0, 0); in ramoops_probe()
824 if (cxt->max_dump_cnt) { in ramoops_probe()