lockdep_depth     317 include/linux/lockdep.h #define lockdep_depth(tsk)	(debug_locks ? (tsk)->lockdep_depth : 0)
lockdep_depth    1240 include/linux/sched.h 	int lockdep_depth;
lockdep_depth    1047 kernel/fork.c  	p->lockdep_depth = 0; /* no locks held yet */
lockdep_depth     537 kernel/lockdep.c 	int i, depth = curr->lockdep_depth;
lockdep_depth    1378 kernel/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    1520 kernel/lockdep.c 	int depth = curr->lockdep_depth;
lockdep_depth    1539 kernel/lockdep.c 		int distance = curr->lockdep_depth - depth + 1;
lockdep_depth    1655 kernel/lockdep.c 	for (i = curr->lockdep_depth - 1; i >= 0; i--) {
lockdep_depth    1662 kernel/lockdep.c 	chain->depth = curr->lockdep_depth + 1 - i;
lockdep_depth    1758 kernel/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    1763 kernel/lockdep.c 				curr->lockdep_depth, i,
lockdep_depth    1781 kernel/lockdep.c 			curr->lockdep_depth, i,
lockdep_depth    2132 kernel/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    2369 kernel/lockdep.c 	unsigned int depth = curr->lockdep_depth;
lockdep_depth    2571 kernel/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    2630 kernel/lockdep.c 	curr->lockdep_depth++;
lockdep_depth    2636 kernel/lockdep.c 	if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) {
lockdep_depth    2643 kernel/lockdep.c 	if (unlikely(curr->lockdep_depth > max_lockdep_depth))
lockdep_depth    2644 kernel/lockdep.c 		max_lockdep_depth = curr->lockdep_depth;
lockdep_depth    2687 kernel/lockdep.c 	if (curr->lockdep_depth <= 0)
lockdep_depth    2703 kernel/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    2725 kernel/lockdep.c 	curr->lockdep_depth = i;
lockdep_depth    2737 kernel/lockdep.c 	if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth))
lockdep_depth    2760 kernel/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    2786 kernel/lockdep.c 	curr->lockdep_depth = i;
lockdep_depth    2798 kernel/lockdep.c 	if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - 1))
lockdep_depth    2818 kernel/lockdep.c 	depth = curr->lockdep_depth - 1;
lockdep_depth    2826 kernel/lockdep.c 	curr->lockdep_depth--;
lockdep_depth    3006 kernel/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    3049 kernel/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    3141 kernel/lockdep.c 	current->lockdep_depth = 0;
lockdep_depth    3352 kernel/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    3386 kernel/lockdep.c 	if (unlikely(task->lockdep_depth > 0))
lockdep_depth    3432 kernel/lockdep.c 		if (p->lockdep_depth)
lockdep_depth    3473 kernel/lockdep.c 	if (unlikely(curr->lockdep_depth)) {
lockdep_depth     299 kernel/workqueue.c 		if (unlikely(in_atomic() || lockdep_depth(current) > 0)) {