Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h450 cfs_hash_bkt_size(struct cfs_hash *hs) in cfs_hash_bkt_size() function
574 cfs_hash_bkt_size(hs) - hs->hs_extra_bytes; in cfs_hash_bd_extra_get()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c928 LIBCFS_ALLOC(new_bkts[i], cfs_hash_bkt_size(hs)); in cfs_hash_buckets_realloc()
930 cfs_hash_buckets_free(new_bkts, cfs_hash_bkt_size(hs), in cfs_hash_buckets_realloc()
1144 cfs_hash_buckets_free(hs->hs_buckets, cfs_hash_bkt_size(hs), in cfs_hash_destroy()
1952 bsize = cfs_hash_bkt_size(hs); in cfs_hash_rehash_worker()