https://github.com/torvalds/linux
Raw File
Tip revision: f7160c7573615ec82c691e294cf80d920b5d588d authored by Linus Torvalds on 10 November 2008, 00:36:15 UTC
Linux 2.6.28-rc4
Tip revision: f7160c7
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