Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/lib/
Dlocking-selftest-mutex.h5 #undef UNLOCK
6 #define UNLOCK MU macro
Dlocking-selftest-spin.h5 #undef UNLOCK
6 #define UNLOCK U macro
Dlocking-selftest-rtmutex.h5 #undef UNLOCK
6 #define UNLOCK RTU macro
Dlocking-selftest-wlock.h5 #undef UNLOCK
6 #define UNLOCK WU macro
Dlocking-selftest-rlock.h5 #undef UNLOCK
6 #define UNLOCK RU macro
Dlocking-selftest-wsem.h5 #undef UNLOCK
6 #define UNLOCK WSU macro
Dlocking-selftest-rsem.h5 #undef UNLOCK
6 #define UNLOCK RSU macro
Dlocking-selftest.c255 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
667 UNLOCK(A); \
668 UNLOCK(A); /* fail */
731 UNLOCK(A); \
737 UNLOCK(A);
770 UNLOCK(A); \
778 UNLOCK(A);
802 UNLOCK(A); \
810 UNLOCK(A);
843 UNLOCK(B); \
[all …]
/linux-4.19.296/drivers/i2c/busses/
Di2c-nforce2-s4985.c93 goto UNLOCK; in nforce2_access_channel()
99 UNLOCK: in nforce2_access_channel()
Di2c-amd756-s4882.c98 goto UNLOCK; in amd756_access_channel()
104 UNLOCK: in amd756_access_channel()
/linux-4.19.296/fs/lockd/
Dclnt4xdr.c582 PROC(UNLOCK, unlockargs, res),
Dclntxdr.c580 PROC(UNLOCK, unlockargs, res),
/linux-4.19.296/drivers/misc/
Dvmw_balloon.c468 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()