Lines Matching refs:lockdep_depth
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()
2845 unsigned int depth = curr->lockdep_depth; in separate_irq_context()
3119 depth = curr->lockdep_depth; in __lock_acquire()
3210 curr->lockdep_depth++; in __lock_acquire()
3216 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
3220 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
3229 if (unlikely(curr->lockdep_depth > max_lockdep_depth)) in __lock_acquire()
3230 max_lockdep_depth = curr->lockdep_depth; in __lock_acquire()
3310 depth = curr->lockdep_depth; in __lock_set_class()
3337 curr->lockdep_depth = i; in __lock_set_class()
3354 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth)) in __lock_set_class()
3377 depth = curr->lockdep_depth; in __lock_release()
3427 curr->lockdep_depth = i; in __lock_release()
3444 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - 1)) in __lock_release()
3455 for (i = 0; i < curr->lockdep_depth; i++) { in __lock_is_held()
3473 for (i = 0; i < curr->lockdep_depth; i++) { in __lock_pin_lock()
3493 for (i = 0; i < curr->lockdep_depth; i++) { in __lock_unpin_lock()
3714 depth = curr->lockdep_depth; in __lock_contended()
3767 depth = curr->lockdep_depth; in __lock_acquired()
3870 current->lockdep_depth = 0; in lockdep_reset()
4120 for (i = 0; i < curr->lockdep_depth; i++) { in debug_check_no_locks_freed()
4154 if (unlikely(current->lockdep_depth > 0)) in debug_check_no_locks_held()
4203 if (p->lockdep_depth) in debug_show_all_locks()
4237 if (unlikely(curr->lockdep_depth)) { in lockdep_sys_exit()