Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #undef LOCK
0003 #define LOCK        RSL
0004 
0005 #undef UNLOCK
0006 #define UNLOCK      RSU
0007 
0008 #undef RLOCK
0009 #define RLOCK       RSL
0010 
0011 #undef WLOCK
0012 #define WLOCK       WSL
0013 
0014 #undef INIT
0015 #define INIT        RWSI