Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/nvs/
Dnvs.c76 uint32_t *const cache_end = &fs->lookup_cache[CONFIG_NVS_LOOKUP_CACHE_SIZE]; in nvs_lookup_cache_invalidate() local
78 for (; cache_entry < cache_end; ++cache_entry) { in nvs_lookup_cache_invalidate()
/Zephyr-latest/subsys/fs/zms/
Dzms.c98 uint64_t *const cache_end = &fs->lookup_cache[CONFIG_ZMS_LOOKUP_CACHE_SIZE]; in zms_lookup_cache_invalidate() local
100 for (; cache_entry < cache_end; ++cache_entry) { in zms_lookup_cache_invalidate()