Searched refs:ec_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dattach.c1186 ai->ec_count += 1;
1404 if (ai->ec_count)
1405 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count);
H A Dubi.h750 * @ec_count: a temporary variable used when calculating @mean_ec
780 int ec_count; member in struct:ubi_attach_info
H A Dfastmap.c150 ai->ec_count++;
688 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count);

Completed in 275 milliseconds