https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 129213d4d24e6a0e63571215c809b1949e452f47 authored by Jason Self on 15 August 2013, 05:59:53 UTC
Linux-libre 3.10.7-gnu
Tip revision: 129213d
locking-selftest-wlock.h
#undef LOCK
#define LOCK		WL

#undef UNLOCK
#define UNLOCK		WU

#undef RLOCK
#define RLOCK		RL

#undef WLOCK
#define WLOCK		WL

#undef INIT
#define INIT		RWI
back to top