Home
last modified time | relevance | path

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

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