Searched refs:MAX_NESTED_LOCKS (Results 1 – 2 of 2) sorted by relevance
55 #define MAX_NESTED_LOCKS 8 macro 474 static struct mutex torture_nested_mutexes[MAX_NESTED_LOCKS];475 static struct lock_class_key nested_mutex_keys[MAX_NESTED_LOCKS];481 for (i = 0; i < MAX_NESTED_LOCKS; i++) in torture_mutex_init() 643 static struct rt_mutex torture_nested_rtmutexes[MAX_NESTED_LOCKS];644 static struct lock_class_key nested_rtmutex_keys[MAX_NESTED_LOCKS];650 for (i = 0; i < MAX_NESTED_LOCKS; i++) in torture_rtmutex_init() 1324 /* cap nested_locks to MAX_NESTED_LOCKS */ in lock_torture_init() 1325 if (nested_locks > MAX_NESTED_LOCKS) in lock_torture_init() 1326 nested_locks = MAX_NESTED_LOCKS; in lock_torture_init() [all...]
3185 (MAX_NESTED_LOCKS). Specify zero to disable.