Searched refs:bucket_count (Results 1 – 3 of 3) sorted by relevance
100 size_t bucket_count; member166 map->bucket_count = capacity + (NEIGHBORHOOD - 1); in allocate_buckets()167 return vdo_allocate(map->bucket_count, struct bucket, in allocate_buckets()393 for (i = 0; i < old_map.bucket_count; i++) { in resize_buckets()432 ptrdiff_t remaining = &map->buckets[map->bucket_count] - bucket; in find_empty_bucket()
358 unsigned long bucket_count = 1UL << bucket_bits; in mb_cache_create() local365 cache->c_max_entries = bucket_count << 4; in mb_cache_create()368 cache->c_hash = kmalloc_array(bucket_count, in mb_cache_create()375 for (i = 0; i < bucket_count; i++) in mb_cache_create()
409 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local419 ++bucket_count; in debug_mle_print()424 longest = max(longest, bucket_count); in debug_mle_print()425 bucket_count = 0; in debug_mle_print()