Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powermac/ !
Dfeature.c62 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); macro
150 UNLOCK(flags); in simple_feature_tweak()
207 UNLOCK(flags); in ohare_htw_scc_enable()
220 UNLOCK(flags); in ohare_htw_scc_enable()
240 UNLOCK(flags); in ohare_htw_scc_enable()
326 UNLOCK(flags); in heathrow_modem_enable()
337 UNLOCK(flags); in heathrow_modem_enable()
345 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
348 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
351 UNLOCK(flags); mdelay(250); in heathrow_modem_enable()
[all …]
/linux-6.1.9/lib/ !
Dlocking-selftest-spin.h5 #undef UNLOCK
6 #define UNLOCK U macro
Dlocking-selftest-mutex.h5 #undef UNLOCK
6 #define UNLOCK MU macro
Dlocking-selftest-rtmutex.h5 #undef UNLOCK
6 #define UNLOCK RTU 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-rlock.h5 #undef UNLOCK
6 #define UNLOCK RU macro
Dlocking-selftest.c272 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
733 UNLOCK(A); \
734 UNLOCK(A); /* fail */
797 UNLOCK(A); \
803 UNLOCK(A);
839 UNLOCK(A); \
847 UNLOCK(A);
873 UNLOCK(A); \
881 UNLOCK(A);
916 UNLOCK(B); \
[all …]
/linux-6.1.9/drivers/watchdog/ !
Dsp805_wdt.c53 #define UNLOCK 0x1ACCE551 macro
141 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_restart()
168 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_config()
203 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_disable()
Dimx7ulp_wdt.c40 #define UNLOCK ((UNLOCK_SEQ1 << 16) | UNLOCK_SEQ0) macro
109 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_enable()
171 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_set_timeout()
251 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_init()
Dnic7018_wdt.c15 #define UNLOCK 0x5A macro
208 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
/linux-6.1.9/drivers/i2c/busses/ !
Di2c-amd756-s4882.c89 goto UNLOCK; in amd756_access_channel()
95 UNLOCK: in amd756_access_channel()
Di2c-nforce2-s4985.c84 goto UNLOCK; in nforce2_access_channel()
90 UNLOCK: in nforce2_access_channel()
/linux-6.1.9/fs/lockd/ !
Dclnt4xdr.c568 PROC(UNLOCK, unlockargs, res),
Dclntxdr.c566 PROC(UNLOCK, unlockargs, res),
/linux-6.1.9/Documentation/translations/ko_KR/ !
Dmemory-barriers.txt508 것으로 시스템의 다른 컴포넌트들에 보여질 것이 보장됩니다. UNLOCK 류의
/linux-6.1.9/Documentation/ !
Dmemory-barriers.txt490 system. RELEASE operations include UNLOCK operations and