Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dmbcache.c327 int n, bucket_count = 1 << bucket_bits; in mb_cache_create() local
344 cache->c_block_hash = kmalloc(bucket_count * in mb_cache_create()
348 for (n=0; n<bucket_count; n++) in mb_cache_create()
350 cache->c_index_hash = kmalloc(bucket_count * in mb_cache_create()
354 for (n=0; n<bucket_count; n++) in mb_cache_create()
369 cache->c_max_entries = bucket_count << 4; in mb_cache_create()
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmdebug.c446 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
456 ++bucket_count; in debug_mle_print()
461 longest = max(longest, bucket_count); in debug_mle_print()
462 bucket_count = 0; in debug_mle_print()