Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h453 cfs_hash_bkt_size(struct cfs_hash *hs) in cfs_hash_bkt_size() function
581 cfs_hash_bkt_size(hs) - hs->hs_extra_bytes; in cfs_hash_bd_extra_get()
/drivers/staging/lustre/lustre/libcfs/
Dhash.c937 LIBCFS_ALLOC(new_bkts[i], cfs_hash_bkt_size(hs)); in cfs_hash_buckets_realloc()
939 cfs_hash_buckets_free(new_bkts, cfs_hash_bkt_size(hs), in cfs_hash_buckets_realloc()
1152 cfs_hash_buckets_free(hs->hs_buckets, cfs_hash_bkt_size(hs), in cfs_hash_destroy()
1964 bsize = cfs_hash_bkt_size(hs); in cfs_hash_rehash_worker()