Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
A Dfastmap-wl.c37 int max_ec = UBI_MAX_ERASECOUNTER; in find_anchor_wl_entry() local
40 if (e->pnum < UBI_FM_MAX_START && e->ec < max_ec) { in find_anchor_wl_entry()
42 max_ec = e->ec; in find_anchor_wl_entry()
A Dattach.c1049 if (ec > ai->max_ec) in scan_peb()
1050 ai->max_ec = ec; in scan_peb()
1444 ubi->max_ec = ai->max_ec; in ubi_attach()
1579 if (aeb->ec > ai->max_ec) { in self_check_ai()
1581 ai->max_ec, aeb->ec); in self_check_ai()
A Dubi.h557 int max_ec; member
744 int max_ec; member
A Dwl.c475 if (e->ec > ubi->max_ec) in sync_erase()
476 ubi->max_ec = e->ec; in sync_erase()
1541 ubi->max_ec = ai->max_ec;
A Dbuild.c154 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
397 ret = sprintf(buf, "%d\n", ubi->max_ec); in dev_attribute_show()
1043 ubi->max_ec, ubi->mean_ec, CONFIG_MTD_UBI_WL_THRESHOLD, in ubi_attach_mtd_dev()
A Dfastmap.c164 if (ai->max_ec < aeb->ec) in add_aeb()
165 ai->max_ec = aeb->ec; in add_aeb()

Completed in 30 milliseconds