https://github.com/torvalds/linux
Raw File
Tip revision: d223a60106891bfe46febfacf46b20cd8509aaad authored by Linus Torvalds on 05 October 2006, 02:57:05 UTC
Linux 2.6.19-rc1
Tip revision: d223a60
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top