Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dtest-ww_mutex.c32 struct test_mutex { struct
46 struct test_mutex *mtx = container_of(work, typeof(*mtx), work); in test_mutex_work() argument
64 struct test_mutex mtx; in __test_mutex()
111 static int test_mutex(void) in test_mutex() function
603 ret = test_mutex(); in test_ww_mutex_init()
/Linux-v4.19/kernel/trace/
Dtrace_events.c3199 static DEFINE_MUTEX(test_mutex);
3209 mutex_lock(&test_mutex); in test_work()
3211 mutex_unlock(&test_mutex); in test_work()