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

/linux-master/kernel/locking/
H A Dlockdep_internals.h151 extern unsigned int max_lockdep_depth;
H A Dlockdep_proc.c368 max_lockdep_depth);
H A Dlockdep.c631 unsigned int max_lockdep_depth; variable
5164 if (unlikely(curr->lockdep_depth > max_lockdep_depth))
5165 max_lockdep_depth = curr->lockdep_depth;

Completed in 210 milliseconds