Searched refs:bucket_count (Results 1 – 2 of 2) sorted by relevance
327 int n, bucket_count = 1 << bucket_bits; in mb_cache_create() local344 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()
446 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local456 ++bucket_count; in debug_mle_print()461 longest = max(longest, bucket_count); in debug_mle_print()462 bucket_count = 0; in debug_mle_print()