max_dump_cnt       87 fs/pstore/ram.c 	unsigned int max_dump_cnt;
max_dump_cnt      241 fs/pstore/ram.c 	while (cxt->dump_read_cnt < cxt->max_dump_cnt && !prz) {
max_dump_cnt      431 fs/pstore/ram.c 	cxt->dump_write_cnt = (cxt->dump_write_cnt + 1) % cxt->max_dump_cnt;
max_dump_cnt      457 fs/pstore/ram.c 		if (record->id >= cxt->max_dump_cnt)
max_dump_cnt      500 fs/pstore/ram.c 		for (i = 0; i < cxt->max_dump_cnt; i++)
max_dump_cnt      504 fs/pstore/ram.c 		cxt->max_dump_cnt = 0;
max_dump_cnt      745 fs/pstore/ram.c 	if (cxt->max_dump_cnt) {
max_dump_cnt      798 fs/pstore/ram.c 				&cxt->max_dump_cnt, 0, 0);
max_dump_cnt      831 fs/pstore/ram.c 	if (cxt->max_dump_cnt)