Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dtest-ww_mutex.c19 struct test_mutex { struct
33 struct test_mutex *mtx = container_of(work, typeof(*mtx), work); in test_mutex_work() argument
51 struct test_mutex mtx; in __test_mutex()
98 static int test_mutex(void) in test_mutex() function
590 ret = test_mutex(); in test_ww_mutex_init()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c3526 static DEFINE_MUTEX(test_mutex);
3536 mutex_lock(&test_mutex); in test_work()
3538 mutex_unlock(&test_mutex); in test_work()