Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dmbcache.c396 unsigned long bucket_count = 1UL << bucket_bits; in mb_cache_create() local
403 cache->c_max_entries = bucket_count << 4; in mb_cache_create()
406 cache->c_hash = kmalloc_array(bucket_count, in mb_cache_create()
413 for (i = 0; i < bucket_count; i++) in mb_cache_create()
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdebug.c426 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
436 ++bucket_count; in debug_mle_print()
441 longest = max(longest, bucket_count); in debug_mle_print()
442 bucket_count = 0; in debug_mle_print()