Searched refs:MAX_LOCKDEP_CHAIN_HLOCKS (Results 1 – 3 of 3) sorted by relevance
83 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5) macro
133 if (nr_chain_hlocks > MAX_LOCKDEP_CHAIN_HLOCKS) in lc_show()273 nr_chain_hlocks, MAX_LOCKDEP_CHAIN_HLOCKS); in lockdep_stats_show()
2019 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS];2193 if (likely(nr_chain_hlocks + chain->depth <= MAX_LOCKDEP_CHAIN_HLOCKS)) { in add_chain_cache_classes()2267 if (likely(nr_chain_hlocks + chain->depth <= MAX_LOCKDEP_CHAIN_HLOCKS)) { in add_chain_cache()2276 if (nr_chain_hlocks < MAX_LOCKDEP_CHAIN_HLOCKS) in add_chain_cache()2283 if (unlikely(nr_chain_hlocks > MAX_LOCKDEP_CHAIN_HLOCKS)) { in add_chain_cache()