https://github.com/torvalds/linux
Raw File
Tip revision: f7256b0b65ed679cb99c5e69271bf998ca7ae45e authored by Colonizor48 on 06 October 2018, 16:07:03 UTC
I changed it to the KDE code of conduct
Tip revision: f7256b0
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