Home
last modified time | relevance | path

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

/fs/
Dmbcache.c257 int m=0, n, bucket_count = 1 << bucket_bits; in mb_cache_create() local
279 cache->c_block_hash = kmalloc(bucket_count * sizeof(struct list_head), in mb_cache_create()
283 for (n=0; n<bucket_count; n++) in mb_cache_create()
286 cache->c_indexes_hash[m] = kmalloc(bucket_count * in mb_cache_create()
291 for (n=0; n<bucket_count; n++) in mb_cache_create()