Searched refs:max_buckets (Results 1 – 3 of 3) sorted by relevance
174 unsigned int nr_buckets, max_buckets; in dm_region_hash_create() local182 max_buckets = nr_regions >> 6; in dm_region_hash_create()183 for (nr_buckets = 128u; nr_buckets < max_buckets; nr_buckets <<= 1) in dm_region_hash_create()
886 sector_t hash_size, cow_dev_size, max_buckets; in init_hash_tables() local893 max_buckets = calc_max_buckets(); in init_hash_tables()896 hash_size = min(hash_size, max_buckets); in init_hash_tables()
1148 perf_level.max_buckets = TRL_MAX_BUCKETS; in isst_if_get_perf_level_info()1433 turbo_freq.max_buckets = TRL_MAX_BUCKETS; in isst_if_get_turbo_freq_info()
Completed in 40 milliseconds