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