Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dmbcache.c210 int n, bucket_count = 1 << bucket_bits; in mb_cache_create() local
219 cache->c_block_hash = kmalloc(bucket_count * sizeof(struct list_head), in mb_cache_create()
223 for (n=0; n<bucket_count; n++) in mb_cache_create()
225 cache->c_index_hash = kmalloc(bucket_count * sizeof(struct list_head), in mb_cache_create()
229 for (n=0; n<bucket_count; n++) in mb_cache_create()
241 cache->c_max_entries = bucket_count << 4; in mb_cache_create()
/linux-3.4.99/fs/ocfs2/dlm/
Ddlmdebug.c451 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
463 ++bucket_count; in debug_mle_print()
468 longest = max(longest, bucket_count); in debug_mle_print()
469 bucket_count = 0; in debug_mle_print()