Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/locking/
A Dlockdep.c3876 curr->lockdep_depth, i, in check_chain_key()
3902 curr->lockdep_depth, i, in check_chain_key()
4955 depth = curr->lockdep_depth; in __lock_acquire()
5060 curr->lockdep_depth++; in __lock_acquire()
5230 depth = curr->lockdep_depth; in __lock_set_class()
5251 curr->lockdep_depth = i; in __lock_set_class()
5276 depth = curr->lockdep_depth; in __lock_downgrade()
5290 curr->lockdep_depth = i; in __lock_downgrade()
5330 depth = curr->lockdep_depth; in __lock_release()
5373 curr->lockdep_depth = i; in __lock_release()
[all …]
/linux-6.3-rc2/include/linux/
A Dlockdep.h310 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
334 lockdep_assert_once(!current->lockdep_depth)
402 #define lockdep_depth(tsk) (0) macro
A Dsched.h1166 int lockdep_depth; member
/linux-6.3-rc2/kernel/
A Dfreezer.c129 WARN_ON_ONCE(debug_locks && p->lockdep_depth); in __set_task_frozen()
A Dworkqueue.c2399 if (unlikely(in_atomic() || lockdep_depth(current) > 0)) { in process_one_work()
/linux-6.3-rc2/init/
A Dinit_task.c193 .lockdep_depth = 0, /* no locks held yet */

Completed in 34 milliseconds