Home
last modified time | relevance | path

Searched refs:lockdep_depth (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/kernel/locking/
Dlockdep.c560 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks()
1780 for (i = 0; i < curr->lockdep_depth; i++) { in check_deadlock()
1941 int depth = curr->lockdep_depth; in check_prevs_add()
1966 int distance = curr->lockdep_depth - depth + 1; in check_prevs_add()
2035 for (i = curr->lockdep_depth - 1; i >= 0; i--) { in get_first_held_lock()
2064 int depth = curr->lockdep_depth; in print_chain_keys_held_locks()
2133 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) { in check_no_collision()
2261 chain->depth = curr->lockdep_depth + 1 - i; in add_chain_cache()
2448 for (i = 0; i < curr->lockdep_depth; i++) { in check_chain_key()
2457 curr->lockdep_depth, i, in check_chain_key()
[all …]
/Linux-v4.19/tools/include/linux/
Dlockdep.h28 int lockdep_depth; member
/Linux-v4.19/include/linux/
Dlockdep.h370 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
440 #define lockdep_depth(tsk) (0) macro
Dsched.h934 int lockdep_depth; member
/Linux-v4.19/kernel/
Dfork.c1824 p->lockdep_depth = 0; /* no locks held yet */ in copy_process()
Dworkqueue.c2162 if (unlikely(in_atomic() || lockdep_depth(current) > 0)) { in process_one_work()