Searched refs:wear (Results 1 – 7 of 7) sorted by relevance
8 flash chips like wear and bad blocks and provides some other useful15 int "UBI wear-leveling threshold"22 wear leveling by means of moving data from eraseblock with low erase
443 unsigned long wear = erase_block_wear[i]; in nandsim_show() local444 if (wear < wmin) in nandsim_show()445 wmin = wear; in nandsim_show()446 if (wear > wmax) in nandsim_show()447 wmax = wear; in nandsim_show()448 tot += wear; in nandsim_show()459 unsigned long wear = erase_block_wear[i]; in nandsim_show() local461 if (wear <= decile_max[d]) { in nandsim_show()
19 flipped accidentally due to device wear or something else.
804 unsigned int i, idx = -1, wear, max; in mtdswap_choose_wl_tree() local813 wear = d->max_erase_count - MTDSWAP_ECNT_MIN(root); in mtdswap_choose_wl_tree()814 if (wear > max) { in mtdswap_choose_wl_tree()815 max = wear; in mtdswap_choose_wl_tree()
180 The driver provides wear leveling by storing erase counter into the
457 int wear, int ofs) in doc_read_seek() argument462 block0, block1, page, ofs, wear); in doc_read_seek()464 if (!wear && (ofs < 2 * DOC_LAYOUT_PAGE_SIZE)) { in doc_read_seek()475 if (wear) in doc_read_seek()
70 flipped accidentally due to device wear or something else.