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