Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Dlockdep.c3953 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 …]
/linux-6.15/include/linux/
H 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
H A Dsched.h1265 int lockdep_depth; member
/linux-6.15/kernel/
H A Dfreezer.c138 WARN_ON_ONCE(debug_locks && p->lockdep_depth); in __set_task_frozen()
H A Dworkqueue.c3210 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()
/linux-6.15/init/
H A Dinit_task.c203 .lockdep_depth = 0, /* no locks held yet */