/Linux-v5.4/arch/powerpc/platforms/powermac/ |
D | feature.c | 63 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); macro 151 UNLOCK(flags); in simple_feature_tweak() 208 UNLOCK(flags); in ohare_htw_scc_enable() 221 UNLOCK(flags); in ohare_htw_scc_enable() 241 UNLOCK(flags); in ohare_htw_scc_enable() 327 UNLOCK(flags); in heathrow_modem_enable() 338 UNLOCK(flags); in heathrow_modem_enable() 346 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable() 349 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable() 352 UNLOCK(flags); mdelay(250); in heathrow_modem_enable() [all …]
|
/Linux-v5.4/lib/ |
D | locking-selftest-spin.h | 5 #undef UNLOCK 6 #define UNLOCK U macro
|
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-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-v5.4/drivers/watchdog/ |
D | imx7ulp_wdt.c | 32 #define UNLOCK ((UNLOCK_SEQ1 << 16) | UNLOCK_SEQ0) macro 54 writel(UNLOCK, base + WDOG_CNT); in imx7ulp_wdt_enable() 101 writel(UNLOCK, wdt->base + WDOG_CNT); in imx7ulp_wdt_set_timeout()
|
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 | 15 #define UNLOCK 0x5A macro 208 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
|
/Linux-v5.4/arch/x86/lib/ |
D | atomic64_386_32.S | 17 .macro UNLOCK reg macro 32 UNLOCK v; \
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-amd756-s4882.c | 89 goto UNLOCK; in amd756_access_channel() 95 UNLOCK: in amd756_access_channel()
|
D | i2c-nforce2-s4985.c | 84 goto UNLOCK; in nforce2_access_channel() 90 UNLOCK: in nforce2_access_channel()
|
/Linux-v5.4/arch/mips/pci/ |
D | pci-vr41xx.h | 61 #define UNLOCK 0x2U macro
|
D | pci-vr41xx.c | 215 pciu_write(PCIEXACCREG, UNLOCK); in vr41xx_pciu_init()
|
/Linux-v5.4/fs/lockd/ |
D | clnt4xdr.c | 568 PROC(UNLOCK, unlockargs, res),
|
D | clntxdr.c | 566 PROC(UNLOCK, unlockargs, res),
|
/Linux-v5.4/Documentation/locking/ |
D | spinlocks.rst | 30 (6) UNLOCK operations.
|
/Linux-v5.4/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 510 것으로 시스템의 다른 컴포넌트들에 보여질 것이 보장됩니다. UNLOCK 류의 2615 LOCK 이나 UNLOCK 오퍼레이션들에도 순서를 보장하지 않습니다. LOCK 이나 2616 UNLOCK 오퍼레이션들에 맞춰지는 순서가 필요하다면, mmiowb() 배리어가 사용될
|
/Linux-v5.4/Documentation/ |
D | memory-barriers.txt | 488 system. RELEASE operations include UNLOCK operations and
|