Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dattach.c1045 if (ec > ai->max_ec) in scan_peb()
1046 ai->max_ec = ec; in scan_peb()
1434 ubi->max_ec = ai->max_ec; in ubi_attach()
1567 if (aeb->ec > ai->max_ec) { in self_check_ai()
1569 ai->max_ec, aeb->ec); in self_check_ai()
Dwl.c436 int max_ec = UBI_MAX_ERASECOUNTER; in find_anchor_wl_entry() local
439 if (e->pnum < UBI_FM_MAX_START && e->ec < max_ec) { in find_anchor_wl_entry()
441 max_ec = e->ec; in find_anchor_wl_entry()
778 if (e->ec > ubi->max_ec) in sync_erase()
779 ubi->max_ec = e->ec; in sync_erase()
1879 ubi->max_ec = ai->max_ec;
Dubi.h515 int max_ec; member
699 int max_ec; member
Dbuild.c129 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
366 ret = sprintf(buf, "%d\n", ubi->max_ec); in dev_attribute_show()
1030 ubi->max_ec, ubi->mean_ec, CONFIG_MTD_UBI_WL_THRESHOLD, in ubi_attach_mtd_dev()
Dfastmap.c94 if (ai->max_ec < aeb->ec) in add_aeb()
95 ai->max_ec = aeb->ec; in add_aeb()