Searched refs:MAX_LOCKDEP_CHAIN_HLOCKS (Results 1 – 3 of 3) sorted by relevance
111 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5) macro
133 if (nr_chain_hlocks > MAX_LOCKDEP_CHAIN_HLOCKS) in lc_show()275 nr_chain_hlocks, MAX_LOCKDEP_CHAIN_HLOCKS); in lockdep_stats_show()
941 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS];2627 static u16 chain_hlocks[MAX_LOCKDEP_CHAIN_HLOCKS];2828 if (likely(nr_chain_hlocks + chain->depth <= MAX_LOCKDEP_CHAIN_HLOCKS)) { in add_chain_cache()