Searched refs:lockdep_depth (Results 1 – 6 of 6) sorted by relevance
3948 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 …]
276 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro300 lockdep_assert_once(!current->lockdep_depth)379 #define lockdep_depth(tsk) (0) macro
1222 int lockdep_depth; member
138 WARN_ON_ONCE(debug_locks && p->lockdep_depth); in __set_task_frozen()
3201 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()
202 .lockdep_depth = 0, /* no locks held yet */
Completed in 38 milliseconds