Searched refs:sparse_cache (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.h27 struct sparse_cache;
31 struct sparse_cache **cache_ptr);
33 void uds_free_sparse_cache(struct sparse_cache *cache);
35 bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter,
40 void uds_invalidate_sparse_cache(struct sparse_cache *cache);
H A Dsparse-cache.c154 struct sparse_cache { struct
234 static int __must_check make_search_list(struct sparse_cache *cache,
259 unsigned int zone_count, struct sparse_cache **cache_ptr)
263 struct sparse_cache *cache;
266 bytes = (sizeof(struct sparse_cache) + (capacity * sizeof(struct cached_chapter_index)));
323 static void score_search_miss(struct sparse_cache *cache,
345 void uds_free_sparse_cache(struct sparse_cache *cache)
389 bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter,
425 struct sparse_cache *cache, u64 oldest_virtual_chapter)
496 struct sparse_cache *cach
[all...]
H A Dvolume.h110 struct sparse_cache *sparse_cache; member in struct:volume
H A Dvolume.c1482 if (volume->sparse_cache != NULL)
1483 uds_invalidate_sparse_cache(volume->sparse_cache);
1599 &volume->sparse_cache);
1684 uds_free_sparse_cache(volume->sparse_cache);
H A Dindex.c393 uds_sparse_cache_contains(volume->sparse_cache, request->virtual_chapter,

Completed in 286 milliseconds