Searched refs:max_lockdep_depth (Results 1 – 3 of 3) sorted by relevance
91 extern unsigned int max_lockdep_depth;
339 max_lockdep_depth); in lockdep_stats_show()
433 unsigned int max_lockdep_depth; variable3229 if (unlikely(curr->lockdep_depth > max_lockdep_depth)) in __lock_acquire()3230 max_lockdep_depth = curr->lockdep_depth; in __lock_acquire()