Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/zms/src/
Dmain.c690 static size_t num_matching_cache_entries(uint64_t addr, bool compare_sector_only, struct zms_fs *fs) in num_matching_cache_entries() function
707 num_matching_cache_entries(ZMS_LOOKUP_CACHE_NO_ADDR, false, fs); in num_occupied_cache_entries()
741 num = num_matching_cache_entries(ate_addr, false, &fixture->fs); in ZTEST_F()
753 num = num_matching_cache_entries(ate_addr, false, &fixture->fs); in ZTEST_F()
811 num = num_matching_cache_entries(0ULL << ADDR_SECT_SHIFT, true, &fixture->fs); in ZTEST_F()
827 num = num_matching_cache_entries(0ULL << ADDR_SECT_SHIFT, true, &fixture->fs); in ZTEST_F()
830 num = num_matching_cache_entries(2ULL << ADDR_SECT_SHIFT, true, &fixture->fs); in ZTEST_F()
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c759 static size_t num_matching_cache_entries(uint32_t addr, bool compare_sector_only, struct nvs_fs *fs) in num_matching_cache_entries() function
776 num_matching_cache_entries(NVS_LOOKUP_CACHE_NO_ADDR, false, fs); in num_occupied_cache_entries()
810 num = num_matching_cache_entries(ate_addr, false, &fixture->fs); in ZTEST_F()
822 num = num_matching_cache_entries(ate_addr, false, &fixture->fs); in ZTEST_F()
881 num = num_matching_cache_entries(0 << ADDR_SECT_SHIFT, true, &fixture->fs); in ZTEST_F()
897 num = num_matching_cache_entries(0 << ADDR_SECT_SHIFT, true, &fixture->fs); in ZTEST_F()
900 num = num_matching_cache_entries(2 << ADDR_SECT_SHIFT, true, &fixture->fs); in ZTEST_F()