Home
last modified time | relevance | path

Searched defs:LOCK_UNLOCK_2 (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/tools/lib/lockdep/tests/
Dcommon.h5 #define LOCK_UNLOCK_2(a, b) \ macro
/linux-5.10/lib/
Dlocking-selftest.c256 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) macro