Lines Matching refs:MAX_NESTED_LOCKS
55 #define MAX_NESTED_LOCKS 8
528 static struct mutex torture_nested_mutexes[MAX_NESTED_LOCKS];
529 static struct lock_class_key nested_mutex_keys[MAX_NESTED_LOCKS];
535 for (i = 0; i < MAX_NESTED_LOCKS; i++)
697 static struct rt_mutex torture_nested_rtmutexes[MAX_NESTED_LOCKS];
698 static struct lock_class_key nested_rtmutex_keys[MAX_NESTED_LOCKS];
704 for (i = 0; i < MAX_NESTED_LOCKS; i++)
1381 /* cap nested_locks to MAX_NESTED_LOCKS */
1382 if (nested_locks > MAX_NESTED_LOCKS)
1383 nested_locks = MAX_NESTED_LOCKS;