Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/lib/
Dlocking-selftest-spin.h4 #undef UNLOCK
5 #define UNLOCK U macro
Dlocking-selftest-mutex.h4 #undef UNLOCK
5 #define UNLOCK MU macro
Dlocking-selftest-rlock.h4 #undef UNLOCK
5 #define UNLOCK RU macro
Dlocking-selftest-wlock.h4 #undef UNLOCK
5 #define UNLOCK WU macro
Dlocking-selftest-rsem.h4 #undef UNLOCK
5 #define UNLOCK RSU macro
Dlocking-selftest-wsem.h4 #undef UNLOCK
5 #define UNLOCK WSU macro
Dlocking-selftest.c217 #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/
Dsp805_wdt.c50 #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/
Datomic64_386_32.S21 .macro UNLOCK reg macro
36 UNLOCK v; \
/linux-4.4.14/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-4.4.14/arch/mips/pci/
Dpci-vr41xx.h74 #define UNLOCK 0x2U macro
Dpci-vr41xx.c228 pciu_write(PCIEXACCREG, UNLOCK); in vr41xx_pciu_init()
/linux-4.4.14/fs/lockd/
Dclntxdr.c579 PROC(UNLOCK, unlockargs, res),
Dclnt4xdr.c581 PROC(UNLOCK, unlockargs, res),
/linux-4.4.14/Documentation/locking/
Dspinlocks.txt23 (6) UNLOCK operations.
/linux-4.4.14/drivers/misc/
Dvmw_balloon.c505 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()
/linux-4.4.14/Documentation/
Dmemory-barriers.txt448 system. RELEASE operations include UNLOCK operations and
2548 ordering with respect to LOCK or UNLOCK operations. If the latter is