Sign in
kunit
/
linux
/
f9c6442a8f0b1dde9e755eb4ff6fa22bcce4eabc
/
.
/
lib
/
locking-selftest-mutex.h
blob: 7526c7746fb2306fc0aea7fbdc32d5901ae94d99 [
file
] [
log
] [
blame
]
Greg Kroah-Hartman
b244131
2017-11-01 15:07:57 +0100
[
diff
] [
blame
]
1
/* SPDX-License-Identifier: GPL-2.0 */
Ingo Molnar
cae2ed9
2006-07-03 00:24:48 -0700
[
diff
] [
blame
]
2
#undef
LOCK
3
#define
LOCK ML
4
5
#undef
UNLOCK
6
#define
UNLOCK MU
7
8
#undef
RLOCK
9
#undef
WLOCK
10
11
#undef
INIT
12
#define
INIT MI