Home
last modified time | relevance | path

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

/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()
431 cxt->dump_write_cnt = (cxt->dump_write_cnt + 1) % cxt->max_dump_cnt; in ramoops_pstore_write()
457 if (record->id >= cxt->max_dump_cnt) in ramoops_pstore_erase()
500 for (i = 0; i < cxt->max_dump_cnt; i++) in ramoops_free_przs()
504 cxt->max_dump_cnt = 0; in ramoops_free_przs()
746 if (cxt->max_dump_cnt) { in ramoops_probe()
801 &cxt->max_dump_cnt, 0, 0); in ramoops_probe()
834 if (cxt->max_dump_cnt) in ramoops_probe()