Searched refs:mean_ec (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dattach.c839 aeb->ec = ai->mean_ec;
1405 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count);
1418 aeb->ec = ai->mean_ec;
1423 aeb->ec = ai->mean_ec;
1428 aeb->ec = ai->mean_ec;
1432 aeb->ec = ai->mean_ec;
1598 ubi->mean_ec = ai->mean_ec;
H A Dubi.h469 * @mean_ec: current mean erase counter value
580 /* Note, mean_ec is not updated run-time - should be fixed */
581 int mean_ec; member in struct:ubi_device
748 * @mean_ec: mean erase counter value
749 * @ec_sum: a temporary variable used when calculating @mean_ec
750 * @ec_count: a temporary variable used when calculating @mean_ec
778 int mean_ec; member in struct:ubi_attach_info
H A Dbuild.c1047 ubi->max_ec, ubi->mean_ec, CONFIG_MTD_UBI_WL_THRESHOLD,
H A Dfastmap.c688 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count);

Completed in 163 milliseconds