Home
last modified time | relevance | path

Searched refs:vdo_allocate_cache_aligned (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Dmemory-alloc.h110 static inline int __must_check vdo_allocate_cache_aligned(size_t size, const char *what, void *ptr) in vdo_allocate_cache_aligned() function
/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dsparse-cache.c244 result = vdo_allocate_cache_aligned(bytes, "search list", &list); in make_search_list()
267 result = vdo_allocate_cache_aligned(bytes, "sparse cache", &cache); in uds_make_sparse_cache()
Dopen-chapter.c79 result = vdo_allocate_cache_aligned(records_size(open_chapter), "record pages", in uds_make_open_chapter()
Dindex.c777 result = vdo_allocate_cache_aligned(collated_records_size, "collated records", in make_chapter_writer()