Searched refs:cache_end (Results 1 – 2 of 2) sorted by relevance
76 uint32_t *const cache_end = &fs->lookup_cache[CONFIG_NVS_LOOKUP_CACHE_SIZE]; in nvs_lookup_cache_invalidate() local78 for (; cache_entry < cache_end; ++cache_entry) { in nvs_lookup_cache_invalidate()
98 uint64_t *const cache_end = &fs->lookup_cache[CONFIG_ZMS_LOOKUP_CACHE_SIZE]; in zms_lookup_cache_invalidate() local100 for (; cache_entry < cache_end; ++cache_entry) { in zms_lookup_cache_invalidate()