Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dfeature.c144 LOCK(flags); in simple_feature_tweak()
187 LOCK(flags); in ohare_htw_scc_enable()
210 LOCK(flags); in ohare_htw_scc_enable()
226 LOCK(flags); in ohare_htw_scc_enable()
324 LOCK(flags); in heathrow_modem_enable()
332 LOCK(flags); in heathrow_modem_enable()
342 LOCK(flags); in heathrow_modem_enable()
374 LOCK(flags); in heathrow_mesh_enable()
724 LOCK(flags); in core99_modem_enable()
777 LOCK(flags); in pangea_modem_enable()
[all …]
/linux-6.3-rc2/lib/
A Dlocking-selftest-rtmutex.h2 #undef LOCK
3 #define LOCK RTL macro
A Dlocking-selftest-spin.h2 #undef LOCK
3 #define LOCK L macro
A Dlocking-selftest-mutex.h2 #undef LOCK
3 #define LOCK ML macro
A Dlocking-selftest-rsem.h2 #undef LOCK
3 #define LOCK RSL macro
A Dlocking-selftest-wlock.h2 #undef LOCK
3 #define LOCK WL macro
A Dlocking-selftest-wsem.h2 #undef LOCK
3 #define LOCK WSL macro
A Dlocking-selftest-rlock.h2 #undef LOCK
3 #define LOCK RL macro
A Dlocking-selftest.c796 LOCK(A); \
802 LOCK(A); \
838 LOCK(A); \
845 LOCK(A); \
872 LOCK(A); \
2378 LOCK(B); in queued_read_lock_hardirq_RE_Er()
2384 LOCK(B); in queued_read_lock_hardirq_RE_Er()
2404 LOCK(B); in queued_read_lock_hardirq_ER_rE()
2412 LOCK(B); in queued_read_lock_hardirq_ER_rE()
2432 LOCK(B); in queued_read_lock_hardirq_inversion()
[all …]
/linux-6.3-rc2/kernel/
A DKconfig.locks96 # - 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.3-rc2/include/linux/ceph/
A Drados.h305 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.3-rc2/drivers/watchdog/
A Dnic7018_wdt.c14 #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()
A Dsp805_wdt.c54 #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.3-rc2/Documentation/translations/zh_CN/core-api/
A Dlocal_ops.rst33 本地原子操作的目的是提供快速和高度可重入的每CPU计数器。它们通过移除LOCK
50 意味着删除LOCK前缀(在i386和x86_64上)和任何SMP同步屏障。如果架构在SMP和
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dbaikal,bt1-ccu-div.yaml59 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
A Dsnps,pll-clock.txt12 registers and second for corresponding LOCK CGU register.
/linux-6.3-rc2/Documentation/core-api/
A Dlocal_ops.rst31 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.3-rc2/drivers/iommu/
A Domap-iommu-debug.c55 pr_reg(LOCK); in omap2_iommu_dump_ctx()
/linux-6.3-rc2/tools/perf/util/
A Devent.h91 PERF_MEM_S(LOCK, NA) |\
A Dmem-events.c561 if (lock & P(LOCK, LOCKED)) stats->locks++; in c2c_decode_stats()
/linux-6.3-rc2/drivers/phy/freescale/
A Dphy-fsl-imx8qm-lvds-phy.c43 #define LOCK BIT(0) macro
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dnfs41-server.rst101 | | LOCK | REQ | | …
/linux-6.3-rc2/fs/lockd/
A Dclnt4xdr.c566 PROC(LOCK, lockargs, res),
A Dclntxdr.c564 PROC(LOCK, lockargs, res),
/linux-6.3-rc2/arch/x86/events/intel/
A Dds.c203 val |= P(LOCK, LOCKED); in precise_store_data()
250 *val |= P(LOCK, LOCKED); in pebs_set_tlb_lock()
313 val |= P(TLB, NA) | P(LOCK, NA); in load_latency_data()

Completed in 49 milliseconds

12