Home
last modified time | relevance | path

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

/drivers/mtd/
A Dmtdoops.c65 void *oops_buf; member
210 hdr = (struct mtdoops_hdr *)cxt->oops_buf; in mtdoops_write()
217 record_size, &retlen, cxt->oops_buf); in mtdoops_write()
224 record_size, &retlen, cxt->oops_buf); in mtdoops_write()
230 memset(cxt->oops_buf, 0xff, record_size); in mtdoops_write()
316 cxt->oops_buf + sizeof(struct mtdoops_hdr), in mtdoops_do_dump()
429 cxt->oops_buf = vmalloc(record_size); in mtdoops_init()
430 if (!cxt->oops_buf) in mtdoops_init()
432 memset(cxt->oops_buf, 0xff, record_size); in mtdoops_init()
447 vfree(cxt->oops_buf); in mtdoops_exit()

Completed in 5 milliseconds