Searched refs:MAX_LOCKDEP_CHAIN_HLOCKS (Results 1 – 3 of 3) sorted by relevance
62 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5) macro
290 nr_chain_hlocks, MAX_LOCKDEP_CHAIN_HLOCKS); in lockdep_stats_show()
2002 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS];2085 if (likely(nr_chain_hlocks + chain->depth <= MAX_LOCKDEP_CHAIN_HLOCKS)) { in lookup_chain_cache()