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

/linux-master/fs/pstore/
H A Dram.c94 unsigned int max_dump_cnt; member in struct:ramoops_context
196 while (cxt->dump_read_cnt < cxt->max_dump_cnt && !prz) {
389 cxt->dump_write_cnt = (cxt->dump_write_cnt + 1) % cxt->max_dump_cnt;
415 if (record->id >= cxt->max_dump_cnt)
464 for (i = 0; i < cxt->max_dump_cnt; i++)
469 cxt->max_dump_cnt = 0;
733 if (cxt->max_dump_cnt) {
787 &cxt->max_dump_cnt, 0, 0);
820 if (cxt->max_dump_cnt) {

Completed in 183 milliseconds