Revision c0bc126f97fb929b3ae02c1c62322645d70eb408 authored by Linus Torvalds on 26 June 2017, 01:30:05 UTC, committed by Linus Torvalds on 26 June 2017, 01:30:05 UTC
1 parent a4fd8b3
Raw File
locking-selftest-rsem.h
#undef LOCK
#define LOCK		RSL

#undef UNLOCK
#define UNLOCK		RSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top