Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dhash.c539 bd->bd_bucket->hsb_count++; in cfs_hash_bd_add_locked()
554 LASSERT(bd->bd_bucket->hsb_count > 0); in cfs_hash_bd_del_locked()
555 bd->bd_bucket->hsb_count--; in cfs_hash_bd_del_locked()
586 LASSERT(obkt->hsb_count > 0); in cfs_hash_bd_move_locked()
587 obkt->hsb_count--; in cfs_hash_bd_move_locked()
591 nbkt->hsb_count++; in cfs_hash_bd_move_locked()
1138 bd.bd_offset, bd.bd_bucket->hsb_count); in cfs_hash_destroy()
1145 LASSERT(bd.bd_bucket->hsb_count == 0); in cfs_hash_destroy()
1460 count += bd.bd_bucket->hsb_count; in cfs_hash_for_each_tight()
2099 total += bd.bd_bucket->hsb_count; in cfs_hash_debug_str()
[all …]
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h100 __u32 hsb_count; /**< current entries */ member
595 return bd->bd_bucket->hsb_count; in cfs_hash_bd_count_get()