Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powermac/
Dfeature.c68 #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/
Dlocking-selftest-mutex.h5 #undef UNLOCK
6 #define UNLOCK MU macro
Dlocking-selftest-rtmutex.h5 #undef UNLOCK
6 #define UNLOCK RTU macro
Dlocking-selftest-spin.h5 #undef UNLOCK
6 #define UNLOCK U macro
Dlocking-selftest-rlock.h5 #undef UNLOCK
6 #define UNLOCK RU macro
Dlocking-selftest-rsem.h5 #undef UNLOCK
6 #define UNLOCK RSU macro
Dlocking-selftest-wlock.h5 #undef UNLOCK
6 #define UNLOCK WU macro
Dlocking-selftest-wsem.h5 #undef UNLOCK
6 #define UNLOCK WSU 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-v4.19/drivers/watchdog/
Dsp805_wdt.c53 #define UNLOCK 0x1ACCE551 macro
163 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_config()
198 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_disable()
Dnic7018_wdt.c24 #define UNLOCK 0x5A macro
220 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
/Linux-v4.19/arch/x86/lib/
Datomic64_386_32.S21 .macro UNLOCK reg macro
36 UNLOCK v; \
/Linux-v4.19/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-v4.19/arch/mips/pci/
Dpci-vr41xx.h74 #define UNLOCK 0x2U macro
Dpci-vr41xx.c228 pciu_write(PCIEXACCREG, UNLOCK); in vr41xx_pciu_init()
/Linux-v4.19/fs/lockd/
Dclnt4xdr.c592 PROC(UNLOCK, unlockargs, res),
Dclntxdr.c590 PROC(UNLOCK, unlockargs, res),
/Linux-v4.19/Documentation/translations/ko_KR/
Dmemory-barriers.txt512 것으로 시스템의 다른 컴포넌트들에 보여질 것이 보장됩니다. UNLOCK 류의
2608 LOCK 이나 UNLOCK 오퍼레이션들에도 순서를 보장하지 않습니다. LOCK 이나
2609 UNLOCK 오퍼레이션들에 맞춰지는 순서가 필요하다면, mmiowb() 배리어가 사용될
/Linux-v4.19/Documentation/locking/
Dspinlocks.txt23 (6) UNLOCK operations.
/Linux-v4.19/drivers/misc/
Dvmw_balloon.c468 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()
/Linux-v4.19/Documentation/
Dmemory-barriers.txt489 system. RELEASE operations include UNLOCK operations and
2659 ordering with respect to LOCK or UNLOCK operations. If the latter is