Searched refs:lockdep_depth (Results 1 – 6 of 6) sorted by relevance
3953 curr->lockdep_depth, i, in check_chain_key()3979 curr->lockdep_depth, i, in check_chain_key()5132 depth = curr->lockdep_depth; in __lock_acquire()5243 curr->lockdep_depth++; in __lock_acquire()5419 depth = curr->lockdep_depth; in __lock_set_class()5440 curr->lockdep_depth = i; in __lock_set_class()5465 depth = curr->lockdep_depth; in __lock_downgrade()5479 curr->lockdep_depth = i; in __lock_downgrade()5519 depth = curr->lockdep_depth; in __lock_release()5562 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
1265 int lockdep_depth; member
138 WARN_ON_ONCE(debug_locks && p->lockdep_depth); in __set_task_frozen()
3210 lockdep_start_depth = lockdep_depth(current); in process_one_work()3250 lockdep_depth(current) != lockdep_start_depth || in process_one_work()3255 lockdep_start_depth, lockdep_depth(current), in process_one_work()
203 .lockdep_depth = 0, /* no locks held yet */