https://github.com/torvalds/linux
Raw File
Tip revision: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 authored by Linus Torvalds on 23 January 2022, 08:12:53 UTC
Linux 5.17-rc1
Tip revision: e783362
locking-selftest-mutex.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top