Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dlockdep_internals.h83 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5) macro
Dlockdep_proc.c133 if (nr_chain_hlocks > MAX_LOCKDEP_CHAIN_HLOCKS) in lc_show()
273 nr_chain_hlocks, MAX_LOCKDEP_CHAIN_HLOCKS); in lockdep_stats_show()
Dlockdep.c2019 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()