Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c530 bd->bd_bucket->hsb_count++; in cfs_hash_bd_add_locked()
545 LASSERT(bd->bd_bucket->hsb_count > 0); in cfs_hash_bd_del_locked()
546 bd->bd_bucket->hsb_count--; in cfs_hash_bd_del_locked()
577 LASSERT(obkt->hsb_count > 0); in cfs_hash_bd_move_locked()
578 obkt->hsb_count--; in cfs_hash_bd_move_locked()
582 nbkt->hsb_count++; in cfs_hash_bd_move_locked()
1130 bd.bd_offset, bd.bd_bucket->hsb_count); in cfs_hash_destroy()
1137 LASSERT(bd.bd_bucket->hsb_count == 0); in cfs_hash_destroy()
1452 count += bd.bd_bucket->hsb_count; in cfs_hash_for_each_tight()
2087 total += bd.bd_bucket->hsb_count; in cfs_hash_debug_str()
[all …]
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h100 __u32 hsb_count; /**< current entries */ member
588 return bd->bd_bucket->hsb_count; in cfs_hash_bd_count_get()