/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
D | feature.c | 62 #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 …]
|
/kernel/linux/linux-5.10/lib/ |
D | locking-selftest.c | 257 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) 288 LOCK(X1); \ 289 LOCK(X2); /* this one should fail */ 711 LOCK(A); \ 743 LOCK(A); \ 775 LOCK(A); \ 781 LOCK(A); \ 814 LOCK(A); \ 821 LOCK(A); \ 846 LOCK(A); \ [all …]
|
D | locking-selftest-rtmutex.h | 2 #undef LOCK 3 #define LOCK RTL macro
|
D | locking-selftest-mutex.h | 2 #undef LOCK 3 #define LOCK ML macro
|
D | locking-selftest-spin.h | 2 #undef LOCK 3 #define LOCK L macro
|
D | locking-selftest-rsem.h | 2 #undef LOCK 3 #define LOCK RSL 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-wlock.h | 2 #undef LOCK 3 #define LOCK WL macro
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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") \
|
/kernel/linux/linux-5.10/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 175 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_config() 204 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_disable()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | snps,pll-clock.txt | 12 registers and second for corresponding LOCK CGU register.
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | omap-iommu-debug.c | 55 pr_reg(LOCK); in omap2_iommu_dump_ctx()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | event.h | 159 PERF_MEM_S(LOCK, NA) |\
|
D | mem-events.c | 352 if (lock & P(LOCK, LOCKED)) stats->locks++; in c2c_decode_stats()
|
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/ |
D | nfs41-server.rst | 101 | | LOCK | REQ | | …
|
/kernel/linux/linux-5.10/fs/lockd/ |
D | clnt4xdr.c | 566 PROC(LOCK, lockargs, res),
|
D | clntxdr.c | 564 PROC(LOCK, lockargs, res),
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
D | ds.c | 133 val |= P(LOCK, LOCKED); in precise_store_data() 182 val |= P(TLB, NA) | P(LOCK, NA); in load_latency_data() 199 val |= P(LOCK, LOCKED); in load_latency_data()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 44 #define LOCK BIT(0) macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | perf_event.h | 1032 PERF_MEM_S(LOCK, NA) |\
|
/kernel/linux/linux-5.10/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 494 LOCK 오퍼레이션과 smp_load_acquire(), smp_cond_load_acquire() 오퍼레이션도
|