Home
last modified time | relevance | path

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

/linux/drivers/mtd/
A Dmtdoops.c51 int nextpage; member
104 cxt->nextpage++; in mtdoops_inc_counter()
105 if (cxt->nextpage >= cxt->oops_pages) in mtdoops_inc_counter()
106 cxt->nextpage = 0; in mtdoops_inc_counter()
134 cxt->nextpage = cxt->nextpage + ((mtd->erasesize - mod) / record_size); in mtdoops_workfunc_erase()
136 cxt->nextpage = 0; in mtdoops_workfunc_erase()
142 cxt->nextpage * record_size); in mtdoops_workfunc_erase()
144 cxt->nextpage = cxt->nextpage + (mtd->erasesize / record_size); in mtdoops_workfunc_erase()
146 cxt->nextpage = 0; in mtdoops_workfunc_erase()
206 mark_page_used(cxt, cxt->nextpage); in mtdoops_write()
[all …]
/linux/drivers/md/
A Dmd-bitmap.c1229 unsigned long nextpage; in md_bitmap_daemon_work() local
1287 nextpage = 0; in md_bitmap_daemon_work()
1292 if (j == nextpage) { in md_bitmap_daemon_work()
1293 nextpage += PAGE_COUNTER_RATIO; in md_bitmap_daemon_work()

Completed in 8 milliseconds