max_lock_depth     20 include/linux/rtmutex.h extern int max_lock_depth; /* for sysctl */
max_lock_depth    379 kernel/locking/rtmutex.c int max_lock_depth = 1024;
max_lock_depth    475 kernel/locking/rtmutex.c 	if (++depth > max_lock_depth) {
max_lock_depth    482 kernel/locking/rtmutex.c 		if (prev_max != max_lock_depth) {
max_lock_depth    483 kernel/locking/rtmutex.c 			prev_max = max_lock_depth;
max_lock_depth    485 kernel/locking/rtmutex.c 			       "task: %s (%d)\n", max_lock_depth,
max_lock_depth   1155 kernel/sysctl.c 		.data		= &max_lock_depth,