Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c423 task->lockdep_depth = 0; /* no locks held yet */ in lockdep_init_task()
749 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks()
2901 for (i = 0; i < curr->lockdep_depth; i++) { in check_deadlock()
3090 int depth = curr->lockdep_depth; in check_prevs_add()
3109 u16 distance = curr->lockdep_depth - depth + 1; in check_prevs_add()
3404 for (i = curr->lockdep_depth - 1; i >= 0; i--) { in get_first_held_lock()
3433 int depth = curr->lockdep_depth; in print_chain_keys_held_locks()
3503 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) { in check_no_collision()
3582 chain->depth = curr->lockdep_depth + 1 - i; in add_chain_cache()
3763 for (i = 0; i < curr->lockdep_depth; i++) { in check_chain_key()
[all …]
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlockdep.h28 int lockdep_depth; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dlockdep.h306 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
389 #define lockdep_depth(tsk) (0) macro
H A Dsched.h1058 int lockdep_depth; member
/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c196 .lockdep_depth = 0, /* no locks held yet */
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c2315 if (unlikely(in_atomic() || lockdep_depth(current) > 0)) { in process_one_work()