Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
DKconfig7 flash chips like wear and bad blocks and provides some other useful
14 int "UBI wear-leveling threshold"
21 wear leveling by means of moving data from eraseblock with low erase
/drivers/mtd/nand/
Dnandsim.c455 unsigned long wear = erase_block_wear[i]; in nandsim_debugfs_show() local
456 if (wear < wmin) in nandsim_debugfs_show()
457 wmin = wear; in nandsim_debugfs_show()
458 if (wear > wmax) in nandsim_debugfs_show()
459 wmax = wear; in nandsim_debugfs_show()
460 tot += wear; in nandsim_debugfs_show()
471 unsigned long wear = erase_block_wear[i]; in nandsim_debugfs_show() local
473 if (wear <= decile_max[d]) { in nandsim_debugfs_show()
/drivers/mtd/onenand/
DKconfig19 flipped accidentally due to device wear or something else.
/drivers/mtd/
Dmtdswap.c851 unsigned int i, idx = -1, wear, max; in mtdswap_choose_wl_tree() local
860 wear = d->max_erase_count - MTDSWAP_ECNT_MIN(root); in mtdswap_choose_wl_tree()
861 if (wear > max) { in mtdswap_choose_wl_tree()
862 max = wear; in mtdswap_choose_wl_tree()
DKconfig313 The driver provides wear leveling by storing erase counter into the
/drivers/mtd/devices/
Ddocg3.c471 int wear, int ofs) in doc_read_seek() argument
476 block0, block1, page, ofs, wear); in doc_read_seek()
478 if (!wear && (ofs < 2 * DOC_LAYOUT_PAGE_SIZE)) { in doc_read_seek()
489 if (wear) in doc_read_seek()
DKconfig69 flipped accidentally due to device wear or something else.