Home
last modified time | relevance | path

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

/linux/kernel/locking/
A Dlockdep.c3948 curr->lockdep_depth, i, in check_chain_key()
3974 curr->lockdep_depth, i, in check_chain_key()
5099 depth = curr->lockdep_depth; in __lock_acquire()
5210 curr->lockdep_depth++; in __lock_acquire()
5386 depth = curr->lockdep_depth; in __lock_set_class()
5407 curr->lockdep_depth = i; in __lock_set_class()
5432 depth = curr->lockdep_depth; in __lock_downgrade()
5446 curr->lockdep_depth = i; in __lock_downgrade()
5486 depth = curr->lockdep_depth; in __lock_release()
5529 curr->lockdep_depth = i; in __lock_release()
[all …]
/linux/include/linux/
A Dlockdep.h276 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
300 lockdep_assert_once(!current->lockdep_depth)
379 #define lockdep_depth(tsk) (0) macro
A Dsched.h1222 int lockdep_depth; member
/linux/kernel/
A Dfreezer.c138 WARN_ON_ONCE(debug_locks && p->lockdep_depth); in __set_task_frozen()
A Dworkqueue.c3201 lockdep_start_depth = lockdep_depth(current); in process_one_work()
3241 lockdep_depth(current) != lockdep_start_depth || in process_one_work()
3246 lockdep_start_depth, lockdep_depth(current), in process_one_work()
/linux/init/
A Dinit_task.c202 .lockdep_depth = 0, /* no locks held yet */

Completed in 38 milliseconds