locking-selftest-rsem.h 202 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #undef LOCK
  3. #define LOCK RSL
  4. #undef UNLOCK
  5. #define UNLOCK RSU
  6. #undef RLOCK
  7. #define RLOCK RSL
  8. #undef WLOCK
  9. #define WLOCK WSL
  10. #undef INIT
  11. #define INIT RWSI