Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h102 unsigned int hsb_index; /**< index of bucket */ member
566 return bd->bd_offset | (bd->bd_bucket->hsb_index << hs->hs_bkt_bits); in cfs_hash_bd_index_get()
607 if (bd1->bd_bucket->hsb_index != bd2->bd_bucket->hsb_index) in cfs_hash_bd_compare()
608 return bd1->bd_bucket->hsb_index - bd2->bd_bucket->hsb_index; in cfs_hash_bd_compare()
/drivers/staging/lustre/lustre/libcfs/
Dhash.c519 hs->hs_dep_bkt = bd->bd_bucket->hsb_index; in cfs_hash_bd_dep_record()
721 prev->hsb_index < bds[i].bd_bucket->hsb_index); in cfs_hash_multi_bd_lock()
944 new_bkts[i]->hsb_index = i; in cfs_hash_buckets_realloc()
1137 hs->hs_name, bd.bd_bucket->hsb_index, in cfs_hash_destroy()