xref: /linux/lib/locking-selftest-spin.h (revision 9b4f2e9576658c4e52d95dc8d309f51b2e2db096)
1 #undef LOCK
2 #define LOCK		L
3 
4 #undef UNLOCK
5 #define UNLOCK		U
6 
7 #undef RLOCK
8 #undef WLOCK
9 
10 #undef INIT
11 #define INIT		SI
12