Searched defs:LOCK_UNLOCK_2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/lib/lockdep/tests/ | ||
D | common.h | 4 #define LOCK_UNLOCK_2(a, b) \ macro |
/linux-4.4.14/lib/ | ||
D | locking-selftest.c | 217 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) macro |