Searched refs:max_ec (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 38 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 D | attach.c | 1044 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 D | ubi.h | 553 int max_ec; member 740 int max_ec; member
|
| H A D | wl.c | 474 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 D | build.c | 158 __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 D | fastmap.c | 161 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 D | fastmap-wl.c | 30 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 D | attach.c | 1187 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 D | ubi.h | 582 int max_ec; member 778 int max_ec; member
|
| H A D | build.c | 128 __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 D | wl.c | 481 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 D | fastmap.c | 152 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 D | ubi.c | 87 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 D | sysfs-class-ubi | 74 What: /sys/class/ubi/ubiX/max_ec
|
| /OK3568_Linux_fs/buildroot/package/collectd/ |
| H A D | Config.in | 563 * max erase counter value (max_ec)
|