Lines Matching defs:oops_buf
55 void *oops_buf;
184 hdr = cxt->oops_buf;
190 record_size, &retlen, cxt->oops_buf);
197 record_size, &retlen, cxt->oops_buf);
203 memset(cxt->oops_buf, 0xff, record_size);
279 kmsg_dump_get_buffer(dumper, true, cxt->oops_buf + MTDOOPS_HEADER_SIZE,
391 cxt->oops_buf = vmalloc(record_size);
392 if (!cxt->oops_buf) {
396 memset(cxt->oops_buf, 0xff, record_size);
410 vfree(cxt->oops_buf);