Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dsectors.cc169 SectorDescriptor* sector_candidate = nullptr; in FindSectorToGarbageCollect() local
190 sector_candidate = &sector; in FindSectorToGarbageCollect()
197 if (sector_candidate == nullptr) { in FindSectorToGarbageCollect()
202 sector_candidate = &sector; in FindSectorToGarbageCollect()
212 if (sector_candidate == nullptr) { in FindSectorToGarbageCollect()
217 sector_candidate = &sector; in FindSectorToGarbageCollect()
224 if (sector_candidate != nullptr) { in FindSectorToGarbageCollect()
226 Index(sector_candidate), in FindSectorToGarbageCollect()
227 unsigned(sector_candidate->RecoverableBytes(sector_size_bytes))); in FindSectorToGarbageCollect()
231 return sector_candidate; in FindSectorToGarbageCollect()