Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep_internals.h155 extern unsigned int max_lockdep_depth;
H A Dlockdep_proc.c370 max_lockdep_depth); in lockdep_stats_show()
H A Dlockdep.c636 unsigned int max_lockdep_depth; variable
5266 if (unlikely(curr->lockdep_depth > max_lockdep_depth)) in __lock_acquire()
5267 max_lockdep_depth = curr->lockdep_depth; in __lock_acquire()