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.c180 #define RL(x) read_lock(&rwlock_##x) macro
182 #define RLU(x) RL(x); RU(x)
254 RL(X1); in GENERATE_TESTCASE()
255 RL(X1); // this one should NOT fail in GENERATE_TESTCASE()
260 RL(X1); in rlock_AA1B()
261 RL(X2); // this one should NOT fail in rlock_AA1B()
280 RL(X1); in rlock_AA2()
293 RL(X2); // this one should fail in rlock_AA3()
791 RL(A); \
833 RL(A); \
[all …]
Dlocking-selftest-wlock.h8 #define RLOCK RL