Searched refs:nr_chain_hlocks (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/kernel/locking/
H A Dlockdep_internals.h85 extern int nr_chain_hlocks;
H A Dlockdep_proc.c290 nr_chain_hlocks, MAX_LOCKDEP_CHAIN_HLOCKS); lockdep_stats_show()
H A Dlockdep.c2001 int nr_chain_hlocks; variable
2085 if (likely(nr_chain_hlocks + chain->depth <= MAX_LOCKDEP_CHAIN_HLOCKS)) {
2086 chain->base = nr_chain_hlocks;
2087 nr_chain_hlocks += chain->depth;

Completed in 86 milliseconds