Home
last modified time | relevance | path

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

/linux/drivers/md/
H A 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(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()
/linux/io_uring/
H A Dpoll.c736 unsigned nr_buckets = 1U << ctx->cancel_table.hash_bits; in io_poll_remove_all() local
744 for (i = 0; i < nr_buckets; i++) { in io_poll_remove_all()
782 unsigned nr_buckets = 1U << ctx->cancel_table.hash_bits; in io_poll_file_find() local
786 for (i = 0; i < nr_buckets; i++) { in io_poll_file_find()