Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dslab-depot.c4063 u32 reference_block_count, refcount_reads_needed, refcount_blocks_per_vio; in initialize_block_allocator() local
4089 refcount_reads_needed = DIV_ROUND_UP(reference_block_count, MAX_BLOCKS_PER_VIO); in initialize_block_allocator()
4090 refcount_blocks_per_vio = DIV_ROUND_UP(reference_block_count, refcount_reads_needed); in initialize_block_allocator()