Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c38 int max_ec = UBI_MAX_ERASECOUNTER; in find_anchor_wl_entry() local
41 if (e->pnum < UBI_FM_MAX_START && e->ec < max_ec) { in find_anchor_wl_entry()
43 max_ec = e->ec; in find_anchor_wl_entry()
H A Dattach.c1044 if (ec > ai->max_ec) in scan_peb()
1045 ai->max_ec = ec; in scan_peb()
1439 ubi->max_ec = ai->max_ec; in ubi_attach()
1574 if (aeb->ec > ai->max_ec) { in self_check_ai()
1576 ai->max_ec, aeb->ec); in self_check_ai()
H A Dubi.h553 int max_ec; member
740 int max_ec; member
H A Dwl.c474 if (e->ec > ubi->max_ec) in sync_erase()
475 ubi->max_ec = e->ec; in sync_erase()
1540 ubi->max_ec = ai->max_ec;
H A Dbuild.c158 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
401 ret = sprintf(buf, "%d\n", ubi->max_ec); in dev_attribute_show()
1049 ubi->max_ec, ubi->mean_ec, CONFIG_MTD_UBI_WL_THRESHOLD, in ubi_attach_mtd_dev()
H A Dfastmap.c161 if (ai->max_ec < aeb->ec) in add_aeb()
162 ai->max_ec = aeb->ec; in add_aeb()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dfastmap-wl.c30 int max_ec = UBI_MAX_ERASECOUNTER; in find_anchor_wl_entry() local
33 if (e->pnum < UBI_FM_MAX_START && e->ec < max_ec) { in find_anchor_wl_entry()
35 max_ec = e->ec; in find_anchor_wl_entry()
H A Dattach.c1187 if (ec > ai->max_ec) in scan_peb()
1188 ai->max_ec = ec; in scan_peb()
1597 ubi->max_ec = ai->max_ec; in ubi_attach()
1734 if (aeb->ec > ai->max_ec) { in self_check_ai()
1736 ai->max_ec, aeb->ec); in self_check_ai()
H A Dubi.h582 int max_ec; member
778 int max_ec; member
H A Dbuild.c128 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
363 ret = sprintf(buf, "%d\n", ubi->max_ec); in dev_attribute_show()
1009 ubi->max_ec, ubi->mean_ec, CONFIG_MTD_UBI_WL_THRESHOLD, in ubi_attach_mtd_dev()
H A Dwl.c481 if (e->ec > ubi->max_ec) in sync_erase()
482 ubi->max_ec = e->ec; in sync_erase()
1764 ubi->max_ec = ai->max_ec;
H A Dfastmap.c152 if (ai->max_ec < aeb->ec) in add_aeb()
153 ai->max_ec = aeb->ec; in add_aeb()
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c87 ubi_msg("max/mean erase counter: %d/%d", ubi->max_ec, ubi->mean_ec); in display_ubi_info()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-ubi74 What: /sys/class/ubi/ubiX/max_ec
/OK3568_Linux_fs/buildroot/package/collectd/
H A DConfig.in563 * max erase counter value (max_ec)