Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/lockdep/tests/
H A Dcommon.h5 #define LOCK_UNLOCK_2(a, b) \ macro
/OK3568_Linux_fs/kernel/lib/
H A Dlocking-selftest.c257 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) macro