Searched refs:UNLOCK (Results 1 – 13 of 13) sorted by relevance
/linux-4.19.296/lib/ |
D | locking-selftest-mutex.h | 5 #undef UNLOCK 6 #define UNLOCK MU macro
|
D | locking-selftest-spin.h | 5 #undef UNLOCK 6 #define UNLOCK U macro
|
D | locking-selftest-rtmutex.h | 5 #undef UNLOCK 6 #define UNLOCK RTU macro
|
D | locking-selftest-wlock.h | 5 #undef UNLOCK 6 #define UNLOCK WU macro
|
D | locking-selftest-rlock.h | 5 #undef UNLOCK 6 #define UNLOCK RU macro
|
D | locking-selftest-wsem.h | 5 #undef UNLOCK 6 #define UNLOCK WSU macro
|
D | locking-selftest-rsem.h | 5 #undef UNLOCK 6 #define UNLOCK RSU macro
|
D | locking-selftest.c | 255 #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/ |
D | i2c-nforce2-s4985.c | 93 goto UNLOCK; in nforce2_access_channel() 99 UNLOCK: in nforce2_access_channel()
|
D | i2c-amd756-s4882.c | 98 goto UNLOCK; in amd756_access_channel() 104 UNLOCK: in amd756_access_channel()
|
/linux-4.19.296/fs/lockd/ |
D | clnt4xdr.c | 582 PROC(UNLOCK, unlockargs, res),
|
D | clntxdr.c | 580 PROC(UNLOCK, unlockargs, res),
|
/linux-4.19.296/drivers/misc/ |
D | vmw_balloon.c | 468 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()
|