Home
last modified time | relevance | path

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

/lib/
Dlocking-selftest-rlock.h2 #define LOCK RL
8 #define RLOCK RL
Dlocking-selftest.c181 #define RL(x) read_lock(&rwlock_##x) macro
183 #define RLU(x) RL(x); RU(x)
255 RL(X1); in GENERATE_TESTCASE()
256 RL(X1); // this one should NOT fail in GENERATE_TESTCASE()
261 RL(X1); in rlock_AA1B()
262 RL(X2); // this one should NOT fail in rlock_AA1B()
281 RL(X1); in rlock_AA2()
294 RL(X2); // this one should fail in rlock_AA3()
792 RL(A); \
834 RL(A); \
[all …]
Dlocking-selftest-wlock.h8 #define RLOCK RL