Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c46 static unsigned long *alloc_bitset(unsigned nr_entries) in alloc_bitset() function
2465 cache->dirty_bitset = alloc_bitset(from_cblock(cache->cache_size)); in cache_create()
2477 cache->discard_bitset = alloc_bitset(from_dblock(cache->discard_nr_blocks)); in cache_create()