Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dmtdoops.c66 int nextcount; member
140 cxt->nextcount++; in mtdoops_inc_counter()
141 if (cxt->nextcount == 0xffffffff) in mtdoops_inc_counter()
142 cxt->nextcount = 0; in mtdoops_inc_counter()
150 cxt->nextpage, cxt->nextcount); in mtdoops_inc_counter()
196 cxt->nextpage, cxt->nextcount); in mtdoops_workfunc_erase()
219 hdr[0] = cxt->nextcount; in mtdoops_write()
293 cxt->nextcount = 0; in find_next_position()
297 cxt->nextcount = maxcount; in find_next_position()