Searched refs:UNLOCK (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/arch/powerpc/platforms/powermac/ ! |
D | feature.c | 62 #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/ ! |
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-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-rlock.h | 5 #undef UNLOCK 6 #define UNLOCK RU macro
|
D | locking-selftest.c | 272 #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/ ! |
D | sp805_wdt.c | 53 #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()
|
D | imx7ulp_wdt.c | 40 #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()
|
D | nic7018_wdt.c | 15 #define UNLOCK 0x5A macro 208 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
|
/linux-6.1.9/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-6.1.9/fs/lockd/ ! |
D | clnt4xdr.c | 568 PROC(UNLOCK, unlockargs, res),
|
D | clntxdr.c | 566 PROC(UNLOCK, unlockargs, res),
|
/linux-6.1.9/Documentation/translations/ko_KR/ ! |
D | memory-barriers.txt | 508 것으로 시스템의 다른 컴포넌트들에 보여질 것이 보장됩니다. UNLOCK 류의
|
/linux-6.1.9/Documentation/ ! |
D | memory-barriers.txt | 490 system. RELEASE operations include UNLOCK operations and
|