Home
last modified time | relevance | path

Searched refs:total_erase_count (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_kvs/public/pw_kvs/
Dflash_partition_with_stats.h62 : total_erase_count() / sector_counters_.size(); in average_erase_count()
65 size_t total_erase_count() const { in total_erase_count() function
/external/pigweed/pw_kvs/
Dflash_partition_with_stats.cc57 std::fprintf(out_file, "\"%s\",%zu", label, total_erase_count()); in SaveStorageStats()
Dkey_value_store_map_test.cc158 if (partition_.sector_count() > 2 && partition_.total_erase_count() > 20) { in Test_RandomValidInputs()