Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-era-target.c67 static size_t bitset_size(unsigned int nr_bits) in bitset_size() function
77 ws->bits = vzalloc(bitset_size(nr_blocks)); in writeset_alloc()
94 memset(ws->bits, 0, bitset_size(nr_blocks)); in writeset_init()