/linux-6.6.21/arch/powerpc/platforms/powermac/ |
D | feature.c | 63 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags); macro 148 LOCK(flags); in simple_feature_tweak() 189 LOCK(flags); in ohare_htw_scc_enable() 212 LOCK(flags); in ohare_htw_scc_enable() 228 LOCK(flags); in ohare_htw_scc_enable() 326 LOCK(flags); in heathrow_modem_enable() 334 LOCK(flags); in heathrow_modem_enable() 344 LOCK(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() [all …]
|
/linux-6.6.21/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-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-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.c | 272 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) 303 LOCK(X1); \ 304 LOCK(X2); /* this one should fail */ 731 LOCK(A); \ 764 LOCK(A); \ 796 LOCK(A); \ 802 LOCK(A); \ 838 LOCK(A); \ 845 LOCK(A); \ 872 LOCK(A); \ [all …]
|
/linux-6.6.21/kernel/ |
D | Kconfig.locks | 96 # - DEBUG_SPINLOCK=n and GENERIC_LOCKBREAK=n and ARCH_INLINE_*LOCK=y 99 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y 102 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y 107 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y
|
/linux-6.6.21/include/linux/ceph/ |
D | rados.h | 305 f(WRLOCK, __CEPH_OSD_OP(WR, LOCK, 1), "wrlock") \ 306 f(WRUNLOCK, __CEPH_OSD_OP(WR, LOCK, 2), "wrunlock") \ 307 f(RDLOCK, __CEPH_OSD_OP(WR, LOCK, 3), "rdlock") \ 308 f(RDUNLOCK, __CEPH_OSD_OP(WR, LOCK, 4), "rdunlock") \ 309 f(UPLOCK, __CEPH_OSD_OP(WR, LOCK, 5), "uplock") \ 310 f(DNLOCK, __CEPH_OSD_OP(WR, LOCK, 6), "dnlock") \
|
/linux-6.6.21/drivers/watchdog/ |
D | nic7018_wdt.c | 14 #define LOCK 0xA5 macro 212 outb(LOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe() 228 outb(LOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_remove()
|
D | sp805_wdt.c | 54 #define LOCK 0x00000001 macro 176 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_config() 205 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_disable()
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | local_ops.rst | 33 本地原子操作的目的是提供快速和高度可重入的每CPU计数器。它们通过移除LOCK前 50 意味着删除LOCK前缀(在i386和x86_64上)和任何SMP同步屏障。如果架构在SMP和
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | baikal,bt1-ccu-div.yaml | 59 LOCK----|--+----+ | | | 68 accordance with a set divider, CLKDIV - clocks divider, LOCK - a signal of 72 figure above (like EN, CLKDIV/LOCK/SETCLK). In this case the corresponding
|
D | snps,pll-clock.txt | 12 registers and second for corresponding LOCK CGU register.
|
/linux-6.6.21/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-6.6.21/drivers/iommu/ |
D | omap-iommu-debug.c | 55 pr_reg(LOCK); in omap2_iommu_dump_ctx()
|
/linux-6.6.21/tools/perf/util/ |
D | event.h | 91 PERF_MEM_S(LOCK, NA) |\
|
D | mem-events.c | 569 if (lock & P(LOCK, LOCKED)) stats->locks++; in c2c_decode_stats()
|
/linux-6.6.21/fs/lockd/ |
D | clnt4xdr.c | 559 PROC(LOCK, lockargs, res),
|
D | clntxdr.c | 564 PROC(LOCK, lockargs, res),
|
/linux-6.6.21/Documentation/filesystems/nfs/ |
D | nfs41-server.rst | 101 | | LOCK | REQ | | …
|
/linux-6.6.21/drivers/phy/freescale/ |
D | phy-fsl-imx8qm-lvds-phy.c | 43 #define LOCK BIT(0) macro
|
/linux-6.6.21/arch/x86/events/intel/ |
D | ds.c | 208 val |= P(LOCK, LOCKED); in precise_store_data() 255 *val |= P(LOCK, LOCKED); in pebs_set_tlb_lock() 318 val |= P(TLB, NA) | P(LOCK, NA); in load_latency_data()
|