Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-region-hash.c70 unsigned int nr_buckets; member
174 unsigned int nr_buckets, max_buckets; in dm_region_hash_create() local
183 for (nr_buckets = 128u; nr_buckets < max_buckets; nr_buckets <<= 1) in dm_region_hash_create()
185 nr_buckets >>= 1; in dm_region_hash_create()
203 rh->mask = nr_buckets - 1; in dm_region_hash_create()
204 rh->nr_buckets = nr_buckets; in dm_region_hash_create()
209 rh->buckets = vmalloc(array_size(nr_buckets, sizeof(*rh->buckets))); in dm_region_hash_create()
216 for (i = 0; i < nr_buckets; i++) in dm_region_hash_create()
246 for (h = 0; h < rh->nr_buckets; h++) { in dm_region_hash_destroy()
Ddm-cache-policy-smq.c587 unsigned int i, nr_buckets; in h_init() local
590 nr_buckets = roundup_pow_of_two(max(nr_entries / 4u, 16u)); in h_init()
591 ht->hash_bits = __ffs(nr_buckets); in h_init()
593 ht->buckets = vmalloc(array_size(nr_buckets, sizeof(*ht->buckets))); in h_init()
597 for (i = 0; i < nr_buckets; i++) in h_init()
/Linux-v6.6/io_uring/
Dpoll.c746 unsigned nr_buckets = 1U << table->hash_bits; in io_poll_remove_all_table() local
752 for (i = 0; i < nr_buckets; i++) { in io_poll_remove_all_table()
816 unsigned nr_buckets = 1U << table->hash_bits; in io_poll_file_find() local
822 for (i = 0; i < nr_buckets; i++) { in io_poll_file_find()