Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h98 struct cfs_hash_bucket { struct
111 struct cfs_hash_bucket *bd_bucket; /**< address of bucket */ argument
222 struct cfs_hash_bucket **hs_buckets;
256 struct cfs_hash_bucket **hs_rehash_buckets;
452 return offsetof(struct cfs_hash_bucket, hsb_head[0]) + in cfs_hash_bkt_size()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c470 cfs_hash_bd_from_key(struct cfs_hash *hs, struct cfs_hash_bucket **bkts, in cfs_hash_bd_from_key()
564 struct cfs_hash_bucket *obkt = bd_old->bd_bucket; in cfs_hash_bd_move_locked()
565 struct cfs_hash_bucket *nbkt = bd_new->bd_bucket; in cfs_hash_bd_move_locked()
699 struct cfs_hash_bucket *prev = NULL; in cfs_hash_multi_bd_lock()
722 struct cfs_hash_bucket *prev = NULL; in cfs_hash_multi_bd_unlock()
885 cfs_hash_buckets_free(struct cfs_hash_bucket **buckets, in cfs_hash_buckets_free()
903 static struct cfs_hash_bucket **
904 cfs_hash_buckets_realloc(struct cfs_hash *hs, struct cfs_hash_bucket **old_bkts, in cfs_hash_buckets_realloc()
907 struct cfs_hash_bucket **new_bkts; in cfs_hash_buckets_realloc()
1867 struct cfs_hash_bucket **bkts; in cfs_hash_rehash_worker()
[all …]