Home
last modified time | relevance | path

Searched refs:alloc_bitset (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/md/
Ddm-cache-policy-internal.h120 static inline unsigned long *alloc_bitset(unsigned nr_entries) in alloc_bitset() function
Ddm-cache-policy-smq.c1764 mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks); in __smq_create()
1772 mq->cache_hit_bits = alloc_bitset(from_cblock(cache_size)); in __smq_create()
Ddm-cache-target.c2460 cache->dirty_bitset = alloc_bitset(from_cblock(cache->cache_size)); in cache_create()
2472 cache->discard_bitset = alloc_bitset(from_dblock(cache->discard_nr_blocks)); in cache_create()