Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/locking/
Dlocktorture.c474 static struct mutex torture_nested_mutexes[MAX_NESTED_LOCKS]; variable
482 __mutex_init(&torture_nested_mutexes[i], __func__, in torture_mutex_init()
493 mutex_lock(&torture_nested_mutexes[i]); in torture_mutex_nested_lock()
526 mutex_unlock(&torture_nested_mutexes[i]); in torture_mutex_nested_unlock()