Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dconstants.h67 MAX_VDO_SLABS = 8192, enumerator
75 MAXIMUM_VDO_SLAB_SUMMARY_ENTRIES = MAX_VDO_SLABS * MAX_VDO_PHYSICAL_ZONES,
H A Dslab-depot.c4035 allocator->summary_entries = depot->summary_entries + (MAX_VDO_SLABS * zone); in initialize_block_allocator()
4486 for (entry_number = 0; entry_number < MAX_VDO_SLABS; entry_number++) { in combine_summaries()
4489 entries + (zone * MAX_VDO_SLABS) + entry_number, in combine_summaries()
4501 memcpy(entries + (zone * MAX_VDO_SLABS), entries, in combine_summaries()
4502 MAX_VDO_SLABS * sizeof(struct slab_summary_entry)); in combine_summaries()
H A Dencodings.h567 VDO_SLAB_SUMMARY_BLOCKS_PER_ZONE = MAX_VDO_SLABS / VDO_SLAB_SUMMARY_ENTRIES_PER_BLOCK,
H A Dencodings.c666 if (slab_count > MAX_VDO_SLABS) in vdo_configure_slab_depot()