/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | feature.c | 67 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags); macro 150 LOCK(flags); in simple_feature_tweak() 193 LOCK(flags); in ohare_htw_scc_enable() 216 LOCK(flags); in ohare_htw_scc_enable() 232 LOCK(flags); in ohare_htw_scc_enable() 330 LOCK(flags); in heathrow_modem_enable() 338 LOCK(flags); in heathrow_modem_enable() 348 LOCK(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() [all …]
|
/Linux-v4.19/lib/ |
D | locking-selftest-mutex.h | 2 #undef LOCK 3 #define LOCK ML macro
|
D | locking-selftest-rtmutex.h | 2 #undef LOCK 3 #define LOCK RTL macro
|
D | locking-selftest-spin.h | 2 #undef LOCK 3 #define LOCK L macro
|
D | locking-selftest-rlock.h | 2 #undef LOCK 3 #define LOCK RL macro
|
D | locking-selftest-rsem.h | 2 #undef LOCK 3 #define LOCK RSL macro
|
D | locking-selftest-wlock.h | 2 #undef LOCK 3 #define LOCK WL macro
|
D | locking-selftest-wsem.h | 2 #undef LOCK 3 #define LOCK WSL macro
|
D | locking-selftest.c | 255 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) 286 LOCK(X1); \ 287 LOCK(X2); /* this one should fail */ 666 LOCK(A); \ 698 LOCK(A); \ 730 LOCK(A); \ 736 LOCK(A); \ 769 LOCK(A); \ 776 LOCK(A); \ 801 LOCK(A); \ [all …]
|
/Linux-v4.19/include/linux/ceph/ |
D | rados.h | 302 f(WRLOCK, __CEPH_OSD_OP(WR, LOCK, 1), "wrlock") \ 303 f(WRUNLOCK, __CEPH_OSD_OP(WR, LOCK, 2), "wrunlock") \ 304 f(RDLOCK, __CEPH_OSD_OP(WR, LOCK, 3), "rdlock") \ 305 f(RDUNLOCK, __CEPH_OSD_OP(WR, LOCK, 4), "rdunlock") \ 306 f(UPLOCK, __CEPH_OSD_OP(WR, LOCK, 5), "uplock") \ 307 f(DNLOCK, __CEPH_OSD_OP(WR, LOCK, 6), "dnlock") \
|
/Linux-v4.19/kernel/ |
D | Kconfig.locks | 95 # - DEBUG_SPINLOCK=n and GENERIC_LOCKBREAK=n and ARCH_INLINE_*LOCK=y 98 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y 101 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y 106 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y
|
/Linux-v4.19/drivers/watchdog/ |
D | nic7018_wdt.c | 23 #define LOCK 0xA5 macro 224 outb(LOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe() 241 outb(LOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_remove()
|
D | sp805_wdt.c | 54 #define LOCK 0x00000001 macro 171 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_config() 200 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_disable()
|
/Linux-v4.19/arch/x86/lib/ |
D | atomic64_386_32.S | 16 .macro LOCK reg macro 31 LOCK v;
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | snps,pll-clock.txt | 12 registers and second for corresponding LOCK CGU register.
|
/Linux-v4.19/Documentation/core-api/ |
D | local_ops.rst | 31 removing the LOCK prefix and memory barriers normally required to synchronize 51 their UP variant must be kept. It typically means removing LOCK prefix (on
|
/Linux-v4.19/drivers/iommu/ |
D | omap-iommu-debug.c | 58 pr_reg(LOCK); in omap2_iommu_dump_ctx()
|
/Linux-v4.19/arch/x86/events/intel/ |
D | ds.c | 132 val |= P(LOCK, LOCKED); in precise_store_data() 181 val |= P(TLB, NA) | P(LOCK, NA); in load_latency_data() 198 val |= P(LOCK, LOCKED); in load_latency_data()
|
/Linux-v4.19/Documentation/locking/ |
D | lockstat.txt | 2 LOCK STATISTICS
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 74 | LOCK | REQ | | Section 18.10 |
|
/Linux-v4.19/tools/perf/util/ |
D | mem-events.c | 337 if (lock & P(LOCK, LOCKED)) stats->locks++; in c2c_decode_stats()
|
/Linux-v4.19/fs/lockd/ |
D | clnt4xdr.c | 590 PROC(LOCK, lockargs, res),
|
D | clntxdr.c | 588 PROC(LOCK, lockargs, res),
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi.c | 190 #define LOCK BIT(0) macro 502 val, val & LOCK, 1000, PHY_STATUS_TIMEOUT_US); in dw_mipi_dsi_phy_init()
|
/Linux-v4.19/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 496 LOCK 오퍼레이션과 smp_load_acquire(), smp_cond_acquire() 오퍼레이션도 2608 LOCK 이나 UNLOCK 오퍼레이션들에도 순서를 보장하지 않습니다. LOCK 이나
|