Searched refs:lockdep_depth (Results 1 – 6 of 6) sorted by relevance
575 int i, depth = curr->lockdep_depth; in lockdep_print_held_locks()1773 for (i = 0; i < curr->lockdep_depth; i++) { in check_deadlock()1931 int depth = curr->lockdep_depth; in check_prevs_add()1951 int distance = curr->lockdep_depth - depth + 1; in check_prevs_add()2078 for (i = curr->lockdep_depth - 1; i >= 0; i--) { in lookup_chain_cache()2084 chain->depth = curr->lockdep_depth + 1 - i; in lookup_chain_cache()2174 for (i = 0; i < curr->lockdep_depth; i++) { in check_chain_key()2183 curr->lockdep_depth, i, in check_chain_key()2208 curr->lockdep_depth, i, in check_chain_key()2524 for (i = 0; i < curr->lockdep_depth; i++) { in mark_held_locks()[all …]
20 int lockdep_depth; member
363 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro423 #define lockdep_depth(tsk) (0) macro
1630 int lockdep_depth; member
1406 p->lockdep_depth = 0; /* no locks held yet */ in copy_process()
2078 if (unlikely(in_atomic() || lockdep_depth(current) > 0)) { in process_one_work()