Searched refs:bucket_count (Results 1 – 2 of 2) sorted by relevance
210 int n, bucket_count = 1 << bucket_bits; in mb_cache_create() local219 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()
451 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local463 ++bucket_count; in debug_mle_print()468 longest = max(longest, bucket_count); in debug_mle_print()469 bucket_count = 0; in debug_mle_print()