Searched refs:max_buckets (Results 1 – 2 of 2) sorted by relevance
170 unsigned nr_buckets, max_buckets; in dm_region_hash_create() local177 max_buckets = nr_regions >> 6; in dm_region_hash_create()178 for (nr_buckets = 128u; nr_buckets < max_buckets; nr_buckets <<= 1) in dm_region_hash_create()
818 sector_t hash_size, cow_dev_size, max_buckets; in init_hash_tables() local825 max_buckets = calc_max_buckets(); in init_hash_tables()828 hash_size = min(hash_size, max_buckets); in init_hash_tables()