Searched refs:warn_on_depth (Results 1 – 1 of 1) sorted by relevance
114 static unsigned int warn_on_depth = 8; variable115 module_param(warn_on_depth, uint, 0644);116 MODULE_PARM_DESC(warn_on_depth, "warning when hash depth is high.");513 if (likely(warn_on_depth == 0 || in cfs_hash_bd_dep_record()514 max(warn_on_depth, hs->hs_dep_max) >= dep_cur)) in cfs_hash_bd_dep_record()