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

/linux-master/kernel/locking/
H A Dlockdep.c455 task->lockdep_depth = 0; /* no locks held yet */
783 int i, depth = READ_ONCE(p->lockdep_depth);
3033 for (i = 0; i < curr->lockdep_depth; i++) {
3230 int depth = curr->lockdep_depth;
3249 u16 distance = curr->lockdep_depth - depth + 1;
3545 for (i = curr->lockdep_depth - 1; i >= 0; i--) {
3574 int depth = curr->lockdep_depth;
3644 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) {
3723 chain->depth = curr->lockdep_depth + 1 - i;
3904 for (i = 0; i < curr->lockdep_depth;
[all...]
/linux-master/kernel/
H A Dfreezer.c133 WARN_ON_ONCE(debug_locks && p->lockdep_depth);
H A Dworkqueue.c3226 lockdep_start_depth = lockdep_depth(current);
3266 lockdep_depth(current) != lockdep_start_depth ||
3271 lockdep_start_depth, lockdep_depth(current),
/linux-master/include/linux/
H A Dlockdep.h258 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) macro
282 lockdep_assert_once(!current->lockdep_depth)
360 #define lockdep_depth(tsk) (0) macro
H A Dsched.h1181 int lockdep_depth; member in struct:task_struct
/linux-master/init/
H A Dinit_task.c189 .lockdep_depth = 0, /* no locks held yet */

Completed in 272 milliseconds