/Linux-v4.19/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-v4.19/lib/ |
D | locking-selftest-mutex.h | 5 #undef UNLOCK 6 #define UNLOCK MU macro
|
D | locking-selftest-rtmutex.h | 5 #undef UNLOCK 6 #define UNLOCK RTU macro
|
D | locking-selftest-spin.h | 5 #undef UNLOCK 6 #define UNLOCK U macro
|
D | locking-selftest-rlock.h | 5 #undef UNLOCK 6 #define UNLOCK RU macro
|
D | locking-selftest-rsem.h | 5 #undef UNLOCK 6 #define UNLOCK RSU macro
|
D | locking-selftest-wlock.h | 5 #undef UNLOCK 6 #define UNLOCK WU macro
|
D | locking-selftest-wsem.h | 5 #undef UNLOCK 6 #define UNLOCK WSU 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-v4.19/drivers/watchdog/ |
D | sp805_wdt.c | 53 #define UNLOCK 0x1ACCE551 macro 163 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_config() 198 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_disable()
|
D | nic7018_wdt.c | 24 #define UNLOCK 0x5A macro 220 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
|
/Linux-v4.19/arch/x86/lib/ |
D | atomic64_386_32.S | 21 .macro UNLOCK reg macro 36 UNLOCK v; \
|
/Linux-v4.19/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-v4.19/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-v4.19/fs/lockd/ |
D | clnt4xdr.c | 592 PROC(UNLOCK, unlockargs, res),
|
D | clntxdr.c | 590 PROC(UNLOCK, unlockargs, res),
|
/Linux-v4.19/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 512 것으로 시스템의 다른 컴포넌트들에 보여질 것이 보장됩니다. UNLOCK 류의 2608 LOCK 이나 UNLOCK 오퍼레이션들에도 순서를 보장하지 않습니다. LOCK 이나 2609 UNLOCK 오퍼레이션들에 맞춰지는 순서가 필요하다면, mmiowb() 배리어가 사용될
|
/Linux-v4.19/Documentation/locking/ |
D | spinlocks.txt | 23 (6) UNLOCK operations.
|
/Linux-v4.19/drivers/misc/ |
D | vmw_balloon.c | 468 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()
|
/Linux-v4.19/Documentation/ |
D | memory-barriers.txt | 489 system. RELEASE operations include UNLOCK operations and 2659 ordering with respect to LOCK or UNLOCK operations. If the latter is
|