Searched refs:wear (Results 1 – 7 of 7) sorted by relevance
7 flash chips like wear and bad blocks and provides some other useful14 int "UBI wear-leveling threshold"21 wear leveling by means of moving data from eraseblock with low erase
455 unsigned long wear = erase_block_wear[i]; in nandsim_debugfs_show() local456 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() local473 if (wear <= decile_max[d]) { in nandsim_debugfs_show()
19 flipped accidentally due to device wear or something else.
851 unsigned int i, idx = -1, wear, max; in mtdswap_choose_wl_tree() local860 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()
313 The driver provides wear leveling by storing erase counter into the
471 int wear, int ofs) in doc_read_seek() argument476 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()
69 flipped accidentally due to device wear or something else.