Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dtest-ww_mutex.c38 #define TEST_MTX_CTX BIT(2) macro
66 if (flags & TEST_MTX_CTX) in __test_mutex()
78 ww_mutex_lock(&mtx.mutex, (flags & TEST_MTX_CTX) ? &ctx : NULL); in __test_mutex()
95 if (flags & TEST_MTX_CTX) in __test_mutex()