Searched defs:mypage (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/nand/
H A Dnandsim.c1443 union ns_mem *mypage; local
1468 mypage = NS_GET_PAGE(ns);
1469 if (mypage->byte == NULL) {
1487 union ns_mem *mypage; local
1499 mypage = NS_GET_PAGE(ns);
1501 if (mypage->byte != NULL) {
1503 kmem_cache_free(ns->nand_pages_slab, mypage->byte);
1504 mypage->byte = NULL;
1506 mypage++;
1516 union ns_mem *mypage; local
[all...]

Completed in 164 milliseconds