Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dint-map.c100 size_t bucket_count; member
166 map->bucket_count = capacity + (NEIGHBORHOOD - 1); in allocate_buckets()
167 return vdo_allocate(map->bucket_count, struct bucket, in allocate_buckets()
390 for (i = 0; i < old_map.bucket_count; i++) { in resize_buckets()
429 ptrdiff_t remaining = &map->buckets[map->bucket_count] - bucket; in find_empty_bucket()
/linux-6.15/fs/
H A Dmbcache.c358 unsigned long bucket_count = 1UL << bucket_bits; in mb_cache_create() local
365 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()
/linux-6.15/fs/ocfs2/dlm/
H A Ddlmdebug.c357 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
367 ++bucket_count; in debug_mle_print()
372 longest = max(longest, bucket_count); in debug_mle_print()
373 bucket_count = 0; in debug_mle_print()