lockdep_depth     388 include/linux/lockdep.h #define lockdep_depth(tsk)	(debug_locks ? (tsk)->lockdep_depth : 0)
lockdep_depth     985 include/linux/sched.h 	int				lockdep_depth;
lockdep_depth     168 init/init_task.c 	.lockdep_depth = 0, /* no locks held yet */
lockdep_depth     375 kernel/locking/lockdep.c 	task->lockdep_depth = 0; /* no locks held yet */
lockdep_depth     697 kernel/locking/lockdep.c 	int i, depth = READ_ONCE(p->lockdep_depth);
lockdep_depth    2392 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    2557 kernel/locking/lockdep.c 	int depth = curr->lockdep_depth;
lockdep_depth    2576 kernel/locking/lockdep.c 		int distance = curr->lockdep_depth - depth + 1;
lockdep_depth    2646 kernel/locking/lockdep.c 	for (i = curr->lockdep_depth - 1; i >= 0; i--) {
lockdep_depth    2675 kernel/locking/lockdep.c 	int depth = curr->lockdep_depth;
lockdep_depth    2745 kernel/locking/lockdep.c 	if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) {
lockdep_depth    2825 kernel/locking/lockdep.c 	chain->depth = curr->lockdep_depth + 1 - i;
lockdep_depth    3007 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    3016 kernel/locking/lockdep.c 				curr->lockdep_depth, i,
lockdep_depth    3042 kernel/locking/lockdep.c 			curr->lockdep_depth, i,
lockdep_depth    3351 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    3609 kernel/locking/lockdep.c 	unsigned int depth = curr->lockdep_depth;
lockdep_depth    3860 kernel/locking/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    3962 kernel/locking/lockdep.c 	curr->lockdep_depth++;
lockdep_depth    3968 kernel/locking/lockdep.c 	if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) {
lockdep_depth    3972 kernel/locking/lockdep.c 		       curr->lockdep_depth, MAX_LOCK_DEPTH);
lockdep_depth    3981 kernel/locking/lockdep.c 	if (unlikely(curr->lockdep_depth > max_lockdep_depth))
lockdep_depth    3982 kernel/locking/lockdep.c 		max_lockdep_depth = curr->lockdep_depth;
lockdep_depth    4132 kernel/locking/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    4150 kernel/locking/lockdep.c 	curr->lockdep_depth = i;
lockdep_depth    4160 kernel/locking/lockdep.c 	if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged))
lockdep_depth    4175 kernel/locking/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    4189 kernel/locking/lockdep.c 	curr->lockdep_depth = i;
lockdep_depth    4207 kernel/locking/lockdep.c 	if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth))
lockdep_depth    4231 kernel/locking/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    4274 kernel/locking/lockdep.c 	curr->lockdep_depth = i;
lockdep_depth    4292 kernel/locking/lockdep.c 	DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged);
lockdep_depth    4308 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    4331 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    4358 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    4378 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    4628 kernel/locking/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    4670 kernel/locking/lockdep.c 	depth = curr->lockdep_depth;
lockdep_depth    5294 kernel/locking/lockdep.c 	for (i = 0; i < curr->lockdep_depth; i++) {
lockdep_depth    5328 kernel/locking/lockdep.c 	if (unlikely(current->lockdep_depth > 0))
lockdep_depth    5346 kernel/locking/lockdep.c 		if (!p->lockdep_depth)
lockdep_depth    5378 kernel/locking/lockdep.c 	if (unlikely(curr->lockdep_depth)) {
lockdep_depth    2281 kernel/workqueue.c 	if (unlikely(in_atomic() || lockdep_depth(current) > 0)) {
lockdep_depth      28 tools/include/linux/lockdep.h 	int lockdep_depth;