Searched refs:bucket_count (Results 1 – 1 of 1) sorted by relevance
358 unsigned long bucket_count = 1UL << bucket_bits; in mb_cache_create() local365 cache->c_max_entries = bucket_count << 4; in mb_cache_create()368 cache->c_hash = kmalloc_objs(struct hlist_bl_head, bucket_count); in mb_cache_create()373 for (i = 0; i < bucket_count; i++) in mb_cache_create()