Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dsectors.cc42 bool at_least_two_empty_sectors = (find_mode == kGarbageCollect); in Find() local
128 at_least_two_empty_sectors = true; in Find()
137 if (first_empty_sector != nullptr && at_least_two_empty_sectors) { in Find()