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

/linux-master/drivers/md/dm-vdo/
H A Dint-map.c92 * capacity and bucket_count are different.
99 /* @bucket_count: The number of buckets in the bucket array. */
100 size_t bucket_count; member in struct:int_map
166 map->bucket_count = capacity + (NEIGHBORHOOD - 1);
167 return vdo_allocate(map->bucket_count, struct bucket,
393 for (i = 0; i < old_map.bucket_count; i++) {
432 ptrdiff_t remaining = &map->buckets[map->bucket_count] - bucket;
/linux-master/fs/
H A Dmbcache.c358 unsigned long bucket_count = 1UL << bucket_bits; local
365 cache->c_max_entries = bucket_count << 4;
368 cache->c_hash = kmalloc_array(bucket_count,
375 for (i = 0; i < bucket_count; i++)
/linux-master/fs/ocfs2/dlm/
H A Ddlmdebug.c409 unsigned long total = 0, longest = 0, bucket_count = 0; local
419 ++bucket_count;
424 longest = max(longest, bucket_count);
425 bucket_count = 0;

Completed in 168 milliseconds