Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep.c455 task->lockdep_depth = 0; /* no locks held yet */ in lockdep_init_task()
785 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks()
3060 for (i = 0; i < curr->lockdep_depth; i++) { in check_deadlock()
3257 int depth = curr->lockdep_depth; in check_prevs_add()
3276 u16 distance = curr->lockdep_depth - depth + 1; in check_prevs_add()
3572 for (i = curr->lockdep_depth - 1; i >= 0; i--) { in get_first_held_lock()
3601 int depth = curr->lockdep_depth; in print_chain_keys_held_locks()
3675 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) { in check_no_collision()
3756 chain->depth = curr->lockdep_depth + 1 - i; in add_chain_cache()
3939 for (i = 0; i < curr->lockdep_depth; i++) { in check_chain_key()
[all …]
/linux/kernel/
H A Dfreezer.c138 WARN_ON_ONCE(debug_locks && p->lockdep_depth); in __set_task_frozen()
H 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/
H A Dinit_task.c203 .lockdep_depth = 0, /* no locks held yet */
/linux/include/linux/
H A Dsched.h1232 int lockdep_depth; member