Searched refs:maxdep (Results 1 – 1 of 1) sorted by relevance
2045 int maxdep = -1; in cfs_hash_debug_str() local2083 if (maxdep < bd.bd_bucket->hsb_depmax) { in cfs_hash_debug_str()2084 maxdep = bd.bd_bucket->hsb_depmax; in cfs_hash_debug_str()2085 maxdepb = ffz(~maxdep); in cfs_hash_debug_str()2092 seq_printf(m, "%7d %7d %7d ", total, maxdep, maxdepb); in cfs_hash_debug_str()