Home
last modified time | relevance | path

Searched defs:lockdep_depth (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dlockdep.h315 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
417 #define lockdep_depth(tsk) (0) macro
H A Dsched.h1172 int lockdep_depth; member