Searched refs:UNLOCK (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | feature.c | 68 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); macro 156 UNLOCK(flags); in simple_feature_tweak() 213 UNLOCK(flags); in ohare_htw_scc_enable() 226 UNLOCK(flags); in ohare_htw_scc_enable() 246 UNLOCK(flags); in ohare_htw_scc_enable() 332 UNLOCK(flags); in heathrow_modem_enable() 343 UNLOCK(flags); in heathrow_modem_enable() 351 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable() 354 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable() 357 UNLOCK(flags); mdelay(250); in heathrow_modem_enable() [all …]
|
/linux-4.4.14/lib/ |
D | locking-selftest-spin.h | 4 #undef UNLOCK 5 #define UNLOCK U macro
|
D | locking-selftest-mutex.h | 4 #undef UNLOCK 5 #define UNLOCK MU macro
|
D | locking-selftest-rlock.h | 4 #undef UNLOCK 5 #define UNLOCK RU macro
|
D | locking-selftest-wlock.h | 4 #undef UNLOCK 5 #define UNLOCK WU macro
|
D | locking-selftest-rsem.h | 4 #undef UNLOCK 5 #define UNLOCK RSU macro
|
D | locking-selftest-wsem.h | 4 #undef UNLOCK 5 #define UNLOCK WSU macro
|
D | locking-selftest.c | 217 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) 497 UNLOCK(A); \ 498 UNLOCK(A); /* fail */ 525 UNLOCK(A); /* fail */ \ 526 UNLOCK(B); 579 UNLOCK(A); \ 585 UNLOCK(A); 618 UNLOCK(A); \ 626 UNLOCK(A); 650 UNLOCK(A); \ [all …]
|
/linux-4.4.14/drivers/watchdog/ |
D | sp805_wdt.c | 50 #define UNLOCK 0x1ACCE551 macro 140 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_config() 176 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_disable()
|
/linux-4.4.14/arch/x86/lib/ |
D | atomic64_386_32.S | 21 .macro UNLOCK reg macro 36 UNLOCK v; \
|
/linux-4.4.14/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.4.14/arch/mips/pci/ |
D | pci-vr41xx.h | 74 #define UNLOCK 0x2U macro
|
D | pci-vr41xx.c | 228 pciu_write(PCIEXACCREG, UNLOCK); in vr41xx_pciu_init()
|
/linux-4.4.14/fs/lockd/ |
D | clntxdr.c | 579 PROC(UNLOCK, unlockargs, res),
|
D | clnt4xdr.c | 581 PROC(UNLOCK, unlockargs, res),
|
/linux-4.4.14/Documentation/locking/ |
D | spinlocks.txt | 23 (6) UNLOCK operations.
|
/linux-4.4.14/drivers/misc/ |
D | vmw_balloon.c | 505 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()
|
/linux-4.4.14/Documentation/ |
D | memory-barriers.txt | 448 system. RELEASE operations include UNLOCK operations and 2548 ordering with respect to LOCK or UNLOCK operations. If the latter is
|