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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dlockdep_internals.h91 extern unsigned int max_lockdep_depth;
H A Dlockdep_proc.c346 max_lockdep_depth);
H A Dlockdep.c407 unsigned int max_lockdep_depth; variable
2856 if (unlikely(curr->lockdep_depth > max_lockdep_depth))
2857 max_lockdep_depth = curr->lockdep_depth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dlockdep_internals.h91 extern unsigned int max_lockdep_depth;
H A Dlockdep_proc.c346 max_lockdep_depth);
H A Dlockdep.c407 unsigned int max_lockdep_depth; variable
2856 if (unlikely(curr->lockdep_depth > max_lockdep_depth))
2857 max_lockdep_depth = curr->lockdep_depth;

Completed in 136 milliseconds