Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c2045 int maxdep = -1; in cfs_hash_debug_str() local
2083 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()