Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A 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(flag in heathrow_modem_enable()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dfeature.c63 #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(flag in heathrow_modem_enable()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dlocking-selftest-mutex.h2 #undef LOCK macro
3 #define LOCK ML macro
H A Dlocking-selftest-rtmutex.h2 #undef LOCK macro
3 #define LOCK RTL macro
H A Dlocking-selftest-spin.h2 #undef LOCK macro
3 #define LOCK L macro
H A Dlocking-selftest-rlock.h2 #undef LOCK macro
3 #define LOCK RL macro
H A Dlocking-selftest-rsem.h2 #undef LOCK macro
3 #define LOCK RSL macro
H A Dlocking-selftest-wlock.h2 #undef LOCK macro
3 #define LOCK WL macro
H A Dlocking-selftest-wsem.h2 #undef LOCK macro
3 #define LOCK WSL macro
H A Dlocking-selftest.c257 #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(
[all...]
/kernel/linux/linux-6.6/lib/
H A Dlocking-selftest-rtmutex.h2 #undef LOCK macro
3 #define LOCK RTL macro
H A Dlocking-selftest-mutex.h2 #undef LOCK macro
3 #define LOCK ML macro
H A Dlocking-selftest-spin.h2 #undef LOCK macro
3 #define LOCK L macro
H A Dlocking-selftest-rlock.h2 #undef LOCK macro
3 #define LOCK RL macro
H A Dlocking-selftest-rsem.h2 #undef LOCK macro
3 #define LOCK RSL macro
H A Dlocking-selftest-wlock.h2 #undef LOCK macro
3 #define LOCK WL macro
H A Dlocking-selftest-wsem.h2 #undef LOCK macro
3 #define LOCK WSL 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...]
/kernel/linux/linux-5.10/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") \
/kernel/linux/linux-6.6/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") \
/kernel/linux/linux-5.10/drivers/watchdog/
H 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()
H A Dsp805_wdt.c54 #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-6.6/drivers/watchdog/
H 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()
H 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()
/kernel/linux/linux-5.10/drivers/iommu/
H A Domap-iommu-debug.c55 pr_reg(LOCK); in omap2_iommu_dump_ctx()

Completed in 13 milliseconds

12