Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/powerpc/platforms/powermac/
Dfeature.c62 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags); macro
145 LOCK(flags); in simple_feature_tweak()
188 LOCK(flags); in ohare_htw_scc_enable()
211 LOCK(flags); in ohare_htw_scc_enable()
227 LOCK(flags); in ohare_htw_scc_enable()
325 LOCK(flags); in heathrow_modem_enable()
333 LOCK(flags); in heathrow_modem_enable()
343 LOCK(flags); in heathrow_modem_enable()
346 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
349 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
[all …]
/Linux-v5.15/lib/
Dlocking-selftest-rtmutex.h2 #undef LOCK
3 #define LOCK RTL macro
Dlocking-selftest-spin.h2 #undef LOCK
3 #define LOCK L macro
Dlocking-selftest-mutex.h2 #undef LOCK
3 #define LOCK ML macro
Dlocking-selftest-wsem.h2 #undef LOCK
3 #define LOCK WSL macro
Dlocking-selftest-rlock.h2 #undef LOCK
3 #define LOCK RL macro
Dlocking-selftest-rsem.h2 #undef LOCK
3 #define LOCK RSL macro
Dlocking-selftest-wlock.h2 #undef LOCK
3 #define LOCK WL macro
Dlocking-selftest.c266 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
297 LOCK(X1); \
298 LOCK(X2); /* this one should fail */
720 LOCK(A); \
752 LOCK(A); \
784 LOCK(A); \
790 LOCK(A); \
823 LOCK(A); \
830 LOCK(A); \
855 LOCK(A); \
[all …]
/Linux-v5.15/kernel/
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-v5.15/include/linux/ceph/
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-v5.15/drivers/watchdog/
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()
Dsp805_wdt.c53 #define LOCK 0x00000001 macro
175 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_config()
204 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_disable()
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dlocal_ops.rst33 本地原子操作的目的是提供快速和高度可重入的每CPU计数器。它们通过移除LOCK
50 意味着删除LOCK前缀(在i386和x86_64上)和任何SMP同步屏障。如果架构在SMP和
/Linux-v5.15/arch/x86/lib/
Datomic64_386_32.S12 .macro LOCK reg macro
27 LOCK v;
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dsnps,pll-clock.txt12 registers and second for corresponding LOCK CGU register.
/Linux-v5.15/Documentation/core-api/
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-v5.15/drivers/iommu/
Domap-iommu-debug.c55 pr_reg(LOCK); in omap2_iommu_dump_ctx()
/Linux-v5.15/tools/perf/util/
Devent.h167 PERF_MEM_S(LOCK, NA) |\
Dmem-events.c489 if (lock & P(LOCK, LOCKED)) stats->locks++; in c2c_decode_stats()
/Linux-v5.15/arch/x86/events/intel/
Dds.c141 val |= P(LOCK, LOCKED); in precise_store_data()
190 val |= P(TLB, NA) | P(LOCK, NA); in load_latency_data()
207 val |= P(LOCK, LOCKED); in load_latency_data()
262 val |= P(LOCK, LOCKED); in store_latency_data()
/Linux-v5.15/Documentation/filesystems/nfs/
Dnfs41-server.rst101 | | LOCK | REQ | | …
/Linux-v5.15/fs/lockd/
Dclntxdr.c564 PROC(LOCK, lockargs, res),
Dclnt4xdr.c566 PROC(LOCK, lockargs, res),
/Linux-v5.15/include/linux/
Dperf_event.h1045 PERF_MEM_S(LOCK, NA) |\

12