locking-selftest-mutex.h 159 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #undef LOCK
  3. #define LOCK ML
  4. #undef UNLOCK
  5. #define UNLOCK MU
  6. #undef RLOCK
  7. #undef WLOCK
  8. #undef INIT
  9. #define INIT MI