LOCK_UNLOCK_2     255 lib/locking-selftest.c #define LOCK_UNLOCK_2(x,y)	LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
LOCK_UNLOCK_2       5 tools/lib/lockdep/tests/common.h #define LOCK_UNLOCK_2(a, b)			\