Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Dlockdep_internals.h111 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5) macro
Dlockdep_proc.c133 if (nr_chain_hlocks > MAX_LOCKDEP_CHAIN_HLOCKS) in lc_show()
275 nr_chain_hlocks, MAX_LOCKDEP_CHAIN_HLOCKS); in lockdep_stats_show()
Dlockdep.c941 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()