Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/tests/
H A Dreadtest.c28 static unsigned char *iobuf1; variable
40 void *oobbuf = iobuf1; in read_eraseblock_by_page()
107 (unsigned int)iobuf1[i]); in dump_eraseblock()
157 iobuf1 = kmalloc(mtd->erasesize, GFP_KERNEL); in mtd_readtest_init()
158 if (!iobuf1) in mtd_readtest_init()
197 kfree(iobuf1); in mtd_readtest_init()
/kernel/linux/linux-6.6/drivers/mtd/tests/
H A Dreadtest.c28 static unsigned char *iobuf1; variable
40 void *oobbuf = iobuf1; in read_eraseblock_by_page()
107 (unsigned int)iobuf1[i]); in dump_eraseblock()
157 iobuf1 = kmalloc(mtd->erasesize, GFP_KERNEL); in mtd_readtest_init()
158 if (!iobuf1) in mtd_readtest_init()
197 kfree(iobuf1); in mtd_readtest_init()

Completed in 2 milliseconds