Searched refs:LOCK (Results 1 - 23 of 23) sorted by relevance

/linux-master/lib/
H A Dlocking-selftest-wsem.h2 #undef LOCK macro
3 #define LOCK WSL macro
H A Dlocking-selftest-wlock.h2 #undef LOCK macro
3 #define LOCK WL macro
H A Dlocking-selftest-spin.h2 #undef LOCK macro
3 #define LOCK L macro
H A Dlocking-selftest-rtmutex.h2 #undef LOCK macro
3 #define LOCK RTL macro
H A Dlocking-selftest-rsem.h2 #undef LOCK macro
3 #define LOCK RSL macro
H A Dlocking-selftest-rlock.h2 #undef LOCK macro
3 #define LOCK RL macro
H A Dlocking-selftest-mutex.h2 #undef LOCK macro
3 #define LOCK ML macro
H A Dlocking-selftest.c272 #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(
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c63 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags); macro
148 LOCK(flags);
189 LOCK(flags);
212 LOCK(flags);
228 LOCK(flags);
326 LOCK(flags);
334 LOCK(flags);
344 LOCK(flags);
347 UNLOCK(flags); mdelay(250); LOCK(flags);
350 UNLOCK(flags); mdelay(250); LOCK(flag
[all...]
/linux-master/include/linux/ceph/
H 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-master/drivers/watchdog/
H A Dnic7018_wdt.c14 #define LOCK 0xA5 macro
212 outb(LOCK, wdt->io_base + WDT_REG_LOCK);
228 outb(LOCK, wdt->io_base + WDT_REG_LOCK);
H A Dsp805_wdt.c55 #define LOCK 0x00000001 macro
177 writel_relaxed(LOCK, wdt->base + WDTLOCK);
206 writel_relaxed(LOCK, wdt->base + WDTLOCK);
/linux-master/drivers/iommu/
H A Domap-iommu-debug.c55 pr_reg(LOCK);
/linux-master/tools/perf/util/
H A Devent.h91 PERF_MEM_S(LOCK, NA) |\
H A Dmem-events.c608 if (lock & P(LOCK, LOCKED)) stats->locks++;
/linux-master/fs/lockd/
H A Dclntxdr.c564 PROC(LOCK, lockargs, res),
H A Dclnt4xdr.c559 PROC(LOCK, lockargs, res),
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8qm-lvds-phy.c43 #define LOCK BIT(0) macro
/linux-master/arch/x86/events/intel/
H A Dds.c209 val |= P(LOCK, LOCKED);
256 *val |= P(LOCK, LOCKED);
319 val |= P(TLB, NA) | P(LOCK, NA);
/linux-master/drivers/accel/ivpu/
H A Divpu_hw_37xx.c151 return REGB_POLL_FLD(VPU_37XX_BUTTRESS_PLL_STATUS, LOCK, exp_val, PLL_TIMEOUT_US);
/linux-master/include/linux/
H A Dperf_event.h1211 PERF_MEM_S(LOCK, NA) |\
/linux-master/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c45 #define LOCK BIT(0) macro
/linux-master/fs/nfs/
H A Dnfs4xdr.c2455 * Encode a LOCK request
6681 * Decode LOCK response
7666 PROC(LOCK, enc_lock, dec_lock),

Completed in 386 milliseconds