1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #undef LOCK 2 #undef LOCK 3 #define LOCK WL 3 #define LOCK WL 4 4 5 #undef UNLOCK 5 #undef UNLOCK 6 #define UNLOCK WU 6 #define UNLOCK WU 7 7 8 #undef RLOCK 8 #undef RLOCK 9 #define RLOCK RL 9 #define RLOCK RL 10 10 11 #undef WLOCK 11 #undef WLOCK 12 #define WLOCK WL 12 #define WLOCK WL 13 13 14 #undef INIT 14 #undef INIT 15 #define INIT RWI 15 #define INIT RWI 16 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.