Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dlockdep.c535 int i, depth = curr->lockdep_depth; in lockdep_print_held_locks()
1584 for (i = 0; i < curr->lockdep_depth; i++) { in check_deadlock()
1742 int depth = curr->lockdep_depth; in check_prevs_add()
1762 int distance = curr->lockdep_depth - depth + 1; in check_prevs_add()
1881 for (i = curr->lockdep_depth - 1; i >= 0; i--) { in lookup_chain_cache()
1888 chain->depth = curr->lockdep_depth + 1 - i; in lookup_chain_cache()
1984 for (i = 0; i < curr->lockdep_depth; i++) { in check_chain_key()
1989 curr->lockdep_depth, i, in check_chain_key()
2007 curr->lockdep_depth, i, in check_chain_key()
2278 for (i = 0; i < curr->lockdep_depth; i++) { in mark_held_locks()
[all …]
Dfork.c1142 p->lockdep_depth = 0; /* no locks held yet */ in copy_process()
Dworkqueue.c1877 if (unlikely(in_atomic() || lockdep_depth(current) > 0)) { in process_one_work()
/linux-2.6.39/include/linux/
Dlockdep.h342 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
391 #define lockdep_depth(tsk) (0) macro
Dsched.h1423 int lockdep_depth; member