Searched refs:maxdep (Results 1 – 1 of 1) sorted by relevance
2058 int maxdep = -1; in cfs_hash_debug_str() local2096 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()