Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h112 unsigned int bd_offset; /**< offset in bucket */ member
566 return bd->bd_offset | (bd->bd_bucket->hsb_index << hs->hs_bkt_bits); in cfs_hash_bd_index_get()
574 bd->bd_offset = index & (CFS_HASH_BKT_NHLIST(hs) - 1U); in cfs_hash_bd_index_set()
610 if (bd1->bd_offset != bd2->bd_offset) in cfs_hash_bd_compare()
611 return bd1->bd_offset - bd2->bd_offset; in cfs_hash_bd_compare()
862 for ((bd)->bd_offset = 0; \
863 (bd)->bd_offset < CFS_HASH_BKT_NHLIST(hs) && \
865 (bd)->bd_offset++)
/drivers/staging/lustre/lustre/libcfs/
Dhash.c258 return &head[bd->bd_offset].hh_head; in cfs_hash_hh_hhead()
298 return &head[bd->bd_offset].hd_head; in cfs_hash_hd_hhead()
346 return &head[bd->bd_offset].dh_head; in cfs_hash_dh_hhead()
403 return &head[bd->bd_offset].dd_head; in cfs_hash_dd_hhead()
487 bd->bd_offset = index >> (bits - hs->hs_bkt_bits); in cfs_hash_bd_from_key()
520 hs->hs_dep_off = bd->bd_offset; in cfs_hash_bd_dep_record()
1138 bd.bd_offset, bd.bd_bucket->hsb_count); in cfs_hash_destroy()