https://github.com/torvalds/linux
Raw File
Tip revision: cbb4f2646d77b536ed2b1500ef6641083228ed8f authored by Li Zefan on 31 July 2009, 06:55:48 UTC
io context: fix ref counting
Tip revision: cbb4f26
locking-selftest-spin.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top