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