Searched refs:UNLOCK (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | feature.c | 64 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); macro 154 UNLOCK(flags); in simple_feature_tweak() 209 UNLOCK(flags); in ohare_htw_scc_enable() 222 UNLOCK(flags); in ohare_htw_scc_enable() 242 UNLOCK(flags); in ohare_htw_scc_enable() 328 UNLOCK(flags); in heathrow_modem_enable() 339 UNLOCK(flags); in heathrow_modem_enable() 347 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable() 350 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable() 353 UNLOCK(flags); mdelay(250); in heathrow_modem_enable() [all …]
|
| /linux/lib/ |
| H A 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 …]
|
| H A D | locking-selftest-rtmutex.h | 5 #undef UNLOCK 6 #define UNLOCK RTU macro
|
| H A D | locking-selftest-mutex.h | 5 #undef UNLOCK 6 #define UNLOCK MU macro
|
| H A D | locking-selftest-spin.h | 5 #undef UNLOCK 6 #define UNLOCK U macro
|
| H A D | locking-selftest-wsem.h | 5 #undef UNLOCK 6 #define UNLOCK WSU macro
|
| H A D | locking-selftest-rlock.h | 5 #undef UNLOCK 6 #define UNLOCK RU macro
|
| H A D | locking-selftest-rsem.h | 5 #undef UNLOCK 6 #define UNLOCK RSU macro
|
| H A D | locking-selftest-wlock.h | 5 #undef UNLOCK 6 #define UNLOCK WU macro
|
| /linux/drivers/watchdog/ |
| H A D | sp805_wdt.c | 54 #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()
|
| H A D | imx7ulp_wdt.c | 40 #define UNLOCK ((UNLOCK_SEQ1 << 16) | UNLOCK_SEQ0) macro 110 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_enable() 172 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_set_timeout() 252 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_init()
|
| H A D | nic7018_wdt.c | 16 #define UNLOCK 0x5A macro 209 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
|
| /linux/fs/lockd/ |
| H A D | clnt4xdr.c | 561 PROC(UNLOCK, unlockargs, res),
|
| H A D | clntxdr.c | 567 PROC(UNLOCK, unlockargs, res),
|
| /linux/Documentation/ |
| H A D | memory-barriers.txt | 494 system. RELEASE operations include UNLOCK operations and
|
| /linux/Documentation/translations/sp_SP/ |
| H A D | memory-barriers.txt | 525 operaciones de UNLOCK y operaciones smp_store_release().
|