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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c1207 union ns_mem *mypage; local
1209 mypage = NS_GET_PAGE(ns);
1210 if (mypage->byte == NULL) {
1247 union ns_mem *mypage; local
1250 mypage = NS_GET_PAGE(ns);
1252 if (mypage->byte != NULL) {
1254 kfree(mypage->byte);
1255 mypage->byte = NULL;
1257 mypage++;
1267 union ns_mem *mypage; local
[all...]

Completed in 90 milliseconds