Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
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()
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()
/linux-6.12.1/fs/
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.12.1/fs/ocfs2/dlm/
Ddlmdebug.c409 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
419 ++bucket_count; in debug_mle_print()
424 longest = max(longest, bucket_count); in debug_mle_print()
425 bucket_count = 0; in debug_mle_print()