Searched refs:compare_sector_only (Results 1 – 2 of 2) sorted by relevance
690 static size_t num_matching_cache_entries(uint64_t addr, bool compare_sector_only, struct zms_fs *fs) in num_matching_cache_entries() argument693 uint64_t mask = compare_sector_only ? ADDR_SECT_MASK : UINT64_MAX; in num_matching_cache_entries()
759 static size_t num_matching_cache_entries(uint32_t addr, bool compare_sector_only, struct nvs_fs *fs) in num_matching_cache_entries() argument762 uint32_t mask = compare_sector_only ? ADDR_SECT_MASK : UINT32_MAX; in num_matching_cache_entries()