Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/
Dmtdoops.c52 int nextcount; member
106 cxt->nextcount++; in mtdoops_inc_counter()
107 if (cxt->nextcount == 0xffffffff) in mtdoops_inc_counter()
108 cxt->nextcount = 0; in mtdoops_inc_counter()
116 cxt->nextpage, cxt->nextcount); in mtdoops_inc_counter()
162 cxt->nextpage, cxt->nextcount); in mtdoops_workfunc_erase()
185 hdr[0] = cxt->nextcount; in mtdoops_write()
259 cxt->nextcount = 0; in find_next_position()
263 cxt->nextcount = maxcount; in find_next_position()