Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dslab-depot.c4073 u32 reference_block_count, refcount_reads_needed, refcount_blocks_per_vio; in initialize_block_allocator() local
4099 refcount_reads_needed = DIV_ROUND_UP(reference_block_count, MAX_BLOCKS_PER_VIO); in initialize_block_allocator()
4100 refcount_blocks_per_vio = DIV_ROUND_UP(reference_block_count, refcount_reads_needed); in initialize_block_allocator()