Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c2058 int maxdep = -1; in cfs_hash_debug_str() local
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()
2098 maxdepb = ffz(~maxdep); in cfs_hash_debug_str()
2105 seq_printf(m, "%7d %7d %7d ", total, maxdep, maxdepb); in cfs_hash_debug_str()