Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/locking/
Dlockdep_internals.h151 extern unsigned int max_lockdep_depth;
Dlockdep_proc.c368 max_lockdep_depth); in lockdep_stats_show()
Dlockdep.c630 unsigned int max_lockdep_depth; variable
5078 if (unlikely(curr->lockdep_depth > max_lockdep_depth)) in __lock_acquire()
5079 max_lockdep_depth = curr->lockdep_depth; in __lock_acquire()