Searched refs:torture_nested_rtmutexes (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dlocktorture.c642 static struct rt_mutex torture_nested_rtmutexes[MAX_NESTED_LOCKS]; variable in typeref:struct:rt_mutex
650 __rt_mutex_init(&torture_nested_rtmutexes[i], __func__,
661 rt_mutex_lock(&torture_nested_rtmutexes[i]);
710 rt_mutex_unlock(&torture_nested_rtmutexes[i]);

Completed in 85 milliseconds