Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h103 int hsb_depmax; /**< max depth on bucket */ member
601 return bd->bd_bucket->hsb_depmax; in cfs_hash_bd_depmax_get()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c508 if (likely(dep_cur <= bd->bd_bucket->hsb_depmax)) in cfs_hash_bd_dep_record()
511 bd->bd_bucket->hsb_depmax = dep_cur; in cfs_hash_bd_dep_record()
946 new_bkts[i]->hsb_depmax = -1; /* unknown */ in cfs_hash_buckets_realloc()
2096 if (maxdep < bd.bd_bucket->hsb_depmax) { in cfs_hash_debug_str()
2097 maxdep = bd.bd_bucket->hsb_depmax; in cfs_hash_debug_str()