Home
last modified time | relevance | path

Searched refs:MAX_NESTED_LOCKS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/kernel/locking/
Dlocktorture.c55 #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()
1325 if (nested_locks > MAX_NESTED_LOCKS) in lock_torture_init()
1326 nested_locks = MAX_NESTED_LOCKS; in lock_torture_init()
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt3097 (MAX_NESTED_LOCKS). Specify zero to disable.