Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dsectors.cc41 SectorDescriptor* first_empty_sector = nullptr; in Find() local
125 if (first_empty_sector == nullptr) { in Find()
126 first_empty_sector = sector; in Find()
137 if (first_empty_sector != nullptr && at_least_two_empty_sectors) { in Find()
139 Index(first_empty_sector)); in Find()
140 last_new_ = first_empty_sector; in Find()
141 *found_sector = first_empty_sector; in Find()