Home
last modified time | relevance | path

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

/linux-6.1.9/fs/pstore/
Dram.c92 unsigned int max_dump_cnt; member
194 while (cxt->dump_read_cnt < cxt->max_dump_cnt && !prz) { in ramoops_pstore_read()
387 cxt->dump_write_cnt = (cxt->dump_write_cnt + 1) % cxt->max_dump_cnt; in ramoops_pstore_write()
413 if (record->id >= cxt->max_dump_cnt) in ramoops_pstore_erase()
456 for (i = 0; i < cxt->max_dump_cnt; i++) in ramoops_free_przs()
460 cxt->max_dump_cnt = 0; in ramoops_free_przs()
721 if (cxt->max_dump_cnt) { in ramoops_probe()
775 &cxt->max_dump_cnt, 0, 0); in ramoops_probe()
808 if (cxt->max_dump_cnt) { in ramoops_probe()