Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dlockdep.c575 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 …]
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dlockdep.h20 int lockdep_depth; member
/linux-4.4.14/include/linux/
Dlockdep.h363 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
423 #define lockdep_depth(tsk) (0) macro
Dsched.h1630 int lockdep_depth; member
/linux-4.4.14/kernel/
Dfork.c1406 p->lockdep_depth = 0; /* no locks held yet */ in copy_process()
Dworkqueue.c2078 if (unlikely(in_atomic() || lockdep_depth(current) > 0)) { in process_one_work()