Symbol: DEFINE_RAW_SPINLOCK
arch/arc/kernel/mcip.c
16
static DEFINE_RAW_SPINLOCK(mcip_lock);
arch/arm/common/krait-l2-accessors.c
10
static DEFINE_RAW_SPINLOCK(krait_l2_lock);
arch/arm/kernel/dma.c
23
DEFINE_RAW_SPINLOCK(dma_spin_lock);
arch/arm/kernel/io.c
7
static DEFINE_RAW_SPINLOCK(__io_lock);
arch/arm/kernel/patch.c
20
static DEFINE_RAW_SPINLOCK(patch_lock);
arch/arm/kernel/smp.c
594
static DEFINE_RAW_SPINLOCK(stop_lock);
arch/arm/kernel/traps.c
408
static DEFINE_RAW_SPINLOCK(undef_lock);
arch/arm/kernel/unwind.c
84
static DEFINE_RAW_SPINLOCK(unwind_lock);
arch/arm/mach-footbridge/netwinder-hw.c
67
DEFINE_RAW_SPINLOCK(nw_gpio_lock);
arch/arm/mach-imx/cpuidle-imx6q.c
18
static DEFINE_RAW_SPINLOCK(cpuidle_lock);
arch/arm/mach-omap2/cpuidle44xx.c
71
static DEFINE_RAW_SPINLOCK(mpu_lock);
arch/arm/mach-omap2/omap-wakeupgen.c
55
static DEFINE_RAW_SPINLOCK(wakeupgen_lock);
arch/arm/mach-versatile/integrator.c
31
static DEFINE_RAW_SPINLOCK(cm_lock);
arch/arm/mach-versatile/platsmp.c
49
static DEFINE_RAW_SPINLOCK(versatile_lock);
arch/arm/mm/cache-l2x0.c
42
static DEFINE_RAW_SPINLOCK(l2x0_lock);
arch/arm/mm/context.c
42
static DEFINE_RAW_SPINLOCK(cpu_asid_lock);
arch/arm/mm/copypage-v4mc.c
26
static DEFINE_RAW_SPINLOCK(minicache_lock);
arch/arm/mm/copypage-v6.c
24
static DEFINE_RAW_SPINLOCK(v6_lock);
arch/arm/mm/copypage-xscale.c
26
static DEFINE_RAW_SPINLOCK(minicache_lock);
arch/arm64/kernel/patching.c
16
static DEFINE_RAW_SPINLOCK(patch_lock);
arch/arm64/kernel/traps.c
201
static DEFINE_RAW_SPINLOCK(die_lock);
arch/arm64/kvm/vmid.c
20
static DEFINE_RAW_SPINLOCK(cpu_vmid_lock);
arch/arm64/mm/context.c
21
static DEFINE_RAW_SPINLOCK(cpu_asid_lock);
arch/loongarch/kernel/inst.c
13
static DEFINE_RAW_SPINLOCK(patch_lock);
arch/loongarch/kernel/time.c
28
static DEFINE_RAW_SPINLOCK(state_lock);
arch/loongarch/kernel/traps.c
398
static DEFINE_RAW_SPINLOCK(die_lock);
arch/mips/bcm63xx/timer.c
21
static DEFINE_RAW_SPINLOCK(timer_reg_lock);
arch/mips/bcm63xx/timer.c
22
static DEFINE_RAW_SPINLOCK(timer_data_lock);
arch/mips/dec/kn01-berr.c
44
static DEFINE_RAW_SPINLOCK(kn01_lock);
arch/mips/jazz/irq.c
25
static DEFINE_RAW_SPINLOCK(r4030_lock);
arch/mips/kernel/cevt-gt641xx.c
16
static DEFINE_RAW_SPINLOCK(gt641xx_timer_lock);
arch/mips/kernel/irq-gt641xx.c
17
static DEFINE_RAW_SPINLOCK(gt641xx_irq_lock);
arch/mips/kernel/spinlock_test.c
16
DEFINE_RAW_SPINLOCK(ss_spin);
arch/mips/kernel/traps.c
394
static DEFINE_RAW_SPINLOCK(die_lock);
arch/mips/lantiq/irq.c
69
static DEFINE_RAW_SPINLOCK(ltq_icu_lock);
arch/mips/loongson2ef/common/cs5536/cs5536_mfgpt.c
26
static DEFINE_RAW_SPINLOCK(mfgpt_lock);
arch/mips/mm/context.c
7
static DEFINE_RAW_SPINLOCK(cpu_mmid_lock);
arch/mips/pci/msi-octeon.c
238
static DEFINE_RAW_SPINLOCK(octeon_irq_msi_lock);
arch/mips/pci/ops-loongson2.c
180
DEFINE_RAW_SPINLOCK(msr_lock);
arch/mips/sibyte/bcm1480/irq.c
40
static DEFINE_RAW_SPINLOCK(bcm1480_imr_lock);
arch/mips/sibyte/sb1250/irq.c
39
static DEFINE_RAW_SPINLOCK(sb1250_imr_lock);
arch/mips/sni/rm200.c
136
static DEFINE_RAW_SPINLOCK(sni_rm200_i8259A_lock);
arch/openrisc/kernel/patching.c
18
static DEFINE_RAW_SPINLOCK(patch_lock);
arch/parisc/kernel/patch.c
24
static DEFINE_RAW_SPINLOCK(patch_lock);
arch/powerpc/kernel/eeh.c
112
DEFINE_RAW_SPINLOCK(confirm_error_lock);
arch/powerpc/kernel/irq.c
366
static DEFINE_RAW_SPINLOCK(irq_rover_lock);
arch/powerpc/kernel/pmc.c
37
static DEFINE_RAW_SPINLOCK(pmc_owner_lock);
arch/powerpc/kernel/rtas.c
2106
static DEFINE_RAW_SPINLOCK(timebase_lock);
arch/powerpc/kernel/rtas.c
570
static DEFINE_RAW_SPINLOCK(rtas_lock);
arch/powerpc/mm/book3s64/hash_native.c
42
static DEFINE_RAW_SPINLOCK(native_tlbie_lock);
arch/powerpc/mm/book3s64/hash_utils.c
346
static DEFINE_RAW_SPINLOCK(linear_map_hash_lock);
arch/powerpc/mm/book3s64/hash_utils.c
409
static DEFINE_RAW_SPINLOCK(linear_map_kf_hash_lock);
arch/powerpc/mm/nohash/mmu_context.c
76
static DEFINE_RAW_SPINLOCK(context_lock);
arch/powerpc/mm/nohash/tlb.c
173
static DEFINE_RAW_SPINLOCK(tlbivax_lock);
arch/powerpc/platforms/85xx/socrates_fpga_pic.c
49
static DEFINE_RAW_SPINLOCK(socrates_fpga_pic_lock);
arch/powerpc/platforms/powermac/feature.c
61
DEFINE_RAW_SPINLOCK(feature_lock);
arch/powerpc/platforms/powermac/nvram.c
77
static DEFINE_RAW_SPINLOCK(nv_lock);
arch/powerpc/platforms/powermac/pic.c
56
static DEFINE_RAW_SPINLOCK(pmac_pic_lock);
arch/powerpc/sysdev/ge/ge_pic.c
52
static DEFINE_RAW_SPINLOCK(gef_pic_lock);
arch/powerpc/sysdev/i8259.c
21
static DEFINE_RAW_SPINLOCK(i8259_lock);
arch/powerpc/sysdev/ipic.c
31
static DEFINE_RAW_SPINLOCK(ipic_lock);
arch/powerpc/sysdev/mpic.c
61
static DEFINE_RAW_SPINLOCK(mpic_lock);
arch/powerpc/sysdev/mpic_msgr.c
30
static DEFINE_RAW_SPINLOCK(msgrs_lock);
arch/riscv/kernel/traps.c
39
static DEFINE_RAW_SPINLOCK(die_lock);
arch/riscv/mm/context.c
28
static DEFINE_RAW_SPINLOCK(context_lock);
arch/sh/drivers/pci/pci.c
93
DEFINE_RAW_SPINLOCK(pci_config_lock);
arch/sparc/kernel/smp_64.c
165
static DEFINE_RAW_SPINLOCK(itc_sync_lock);
arch/sparc/prom/p1275.c
34
DEFINE_RAW_SPINLOCK(prom_entry_lock);
arch/sparc/prom/printf.c
28
static DEFINE_RAW_SPINLOCK(console_write_lock);
arch/um/drivers/chan_kern.c
215
static DEFINE_RAW_SPINLOCK(irqs_to_free_lock);
arch/um/kernel/irq.c
58
static DEFINE_RAW_SPINLOCK(irq_lock);
arch/x86/events/intel/uncore.c
24
DEFINE_RAW_SPINLOCK(pci2phy_map_lock);
arch/x86/hyperv/ivm.c
492
static DEFINE_RAW_SPINLOCK(hv_list_enc_lock);
arch/x86/kernel/apic/io_apic.c
83
static DEFINE_RAW_SPINLOCK(ioapic_lock);
arch/x86/kernel/apic/vector.c
42
static DEFINE_RAW_SPINLOCK(vector_lock);
arch/x86/kernel/cpu/cacheinfo.c
648
static DEFINE_RAW_SPINLOCK(cache_disable_lock);
arch/x86/kernel/cpu/mce/intel.c
48
static DEFINE_RAW_SPINLOCK(cmci_discover_lock);
arch/x86/kernel/i8259.c
38
DEFINE_RAW_SPINLOCK(i8259A_lock);
arch/x86/kernel/nmi.c
95
static DEFINE_RAW_SPINLOCK(nmi_reason_lock);
arch/x86/lib/pc-conf-reg.c
13
DEFINE_RAW_SPINLOCK(pc_conf_lock);
arch/x86/mm/tlb.c
285
static DEFINE_RAW_SPINLOCK(global_asid_lock);
arch/x86/pci/common.c
81
DEFINE_RAW_SPINLOCK(pci_config_lock);
arch/x86/virt/vmx/tdx/tdx.c
115
static DEFINE_RAW_SPINLOCK(sysinit_lock);
block/blk-cgroup.c
61
static DEFINE_RAW_SPINLOCK(blkg_stat_lock);
drivers/acpi/apei/erst.c
86
static DEFINE_RAW_SPINLOCK(erst_lock);
drivers/acpi/apei/ghes.c
1475
static DEFINE_RAW_SPINLOCK(ghes_notify_lock_sea);
drivers/acpi/apei/ghes.c
1527
static DEFINE_RAW_SPINLOCK(ghes_notify_lock_nmi);
drivers/acpi/apei/ghes.c
1603
static DEFINE_RAW_SPINLOCK(ghes_notify_lock_sdei_normal);
drivers/acpi/apei/ghes.c
1617
static DEFINE_RAW_SPINLOCK(ghes_notify_lock_sdei_critical);
drivers/acpi/processor_idle.c
607
static DEFINE_RAW_SPINLOCK(c3_lock);
drivers/base/power/wakeup.c
33
static DEFINE_RAW_SPINLOCK(wakeup_irq_lock);
drivers/base/power/wakeup.c
59
static DEFINE_RAW_SPINLOCK(events_lock);
drivers/clocksource/i8253.c
20
DEFINE_RAW_SPINLOCK(i8253_lock);
drivers/clocksource/timer-loongson1-pwm.c
31
static DEFINE_RAW_SPINLOCK(ls1x_timer_lock);
drivers/cpufreq/intel_pstate.c
1925
static DEFINE_RAW_SPINLOCK(hwp_notify_lock);
drivers/dca/dca-core.c
24
static DEFINE_RAW_SPINLOCK(dca_lock);
drivers/iommu/intel/irq_remapping.c
78
DEFINE_RAW_SPINLOCK(irq_2_ir_lock);
drivers/irqchip/irq-bcm7038-l1.c
285
static DEFINE_RAW_SPINLOCK(bcm7038_l1_intcs_lock);
drivers/irqchip/irq-econet-en751221.c
55
static DEFINE_RAW_SPINLOCK(irq_lock);
drivers/irqchip/irq-gic-common.c
14
static DEFINE_RAW_SPINLOCK(irq_controller_lock);
drivers/irqchip/irq-gic-v3-its.c
1699
static DEFINE_RAW_SPINLOCK(tmpmask_lock);
drivers/irqchip/irq-gic-v3-its.c
196
static DEFINE_RAW_SPINLOCK(its_lock);
drivers/irqchip/irq-gic-v3-its.c
202
static DEFINE_RAW_SPINLOCK(vmovp_lock);
drivers/irqchip/irq-gic.c
776
static DEFINE_RAW_SPINLOCK(rmw_lock);
drivers/irqchip/irq-gic.c
91
static DEFINE_RAW_SPINLOCK(cpu_map_lock);
drivers/irqchip/irq-hip04.c
59
static DEFINE_RAW_SPINLOCK(irq_controller_lock);
drivers/irqchip/irq-i8259.c
36
DEFINE_RAW_SPINLOCK(i8259A_lock);
drivers/irqchip/irq-loongson-eiointc.c
143
static DEFINE_RAW_SPINLOCK(affinity_lock);
drivers/irqchip/irq-mips-gic.c
53
static DEFINE_RAW_SPINLOCK(gic_lock);
drivers/irqchip/irq-realtek-rtl.c
28
static DEFINE_RAW_SPINLOCK(irq_lock);
drivers/irqchip/irq-renesas-intc-irqpin.c
124
static DEFINE_RAW_SPINLOCK(intc_irqpin_lock); /* only used by slow path */
drivers/irqchip/qcom-pdc.c
49
static DEFINE_RAW_SPINLOCK(pdc_lock);
drivers/irqchip/spear-shirq.c
56
static DEFINE_RAW_SPINLOCK(shirq_lock);
drivers/of/base.c
57
DEFINE_RAW_SPINLOCK(devtree_lock);
drivers/pci/access.c
15
DEFINE_RAW_SPINLOCK(pci_lock);
drivers/pci/controller/vmd.c
94
static DEFINE_RAW_SPINLOCK(list_lock);
drivers/pinctrl/intel/pinctrl-baytrail.c
576
static DEFINE_RAW_SPINLOCK(byt_lock);
drivers/pinctrl/intel/pinctrl-cherryview.c
564
static DEFINE_RAW_SPINLOCK(chv_lock);
drivers/pinctrl/nuvoton/pinctrl-ma35.c
139
static DEFINE_RAW_SPINLOCK(ma35_lock);
drivers/sh/intc/core.c
39
DEFINE_RAW_SPINLOCK(intc_big_lock);
drivers/soc/fsl/qe/qe_ic.c
81
static DEFINE_RAW_SPINLOCK(qe_ic_lock);
drivers/soc/qcom/kryo-l2-accessors.c
14
static DEFINE_RAW_SPINLOCK(l2_access_lock);
drivers/thermal/intel/x86_pkg_temp_thermal.c
69
static DEFINE_RAW_SPINLOCK(pkg_temp_lock);
drivers/tty/sysrq.c
227
static DEFINE_RAW_SPINLOCK(show_lock);
drivers/tty/tty_ldisc.c
45
static DEFINE_RAW_SPINLOCK(tty_ldiscs_lock);
drivers/video/console/vgacon.c
54
static DEFINE_RAW_SPINLOCK(vga_lock);
kernel/debug/debug_core.c
110
static DEFINE_RAW_SPINLOCK(dbg_master_lock);
kernel/debug/debug_core.c
111
static DEFINE_RAW_SPINLOCK(dbg_slave_lock);
kernel/irq/generic-chip.c
19
static DEFINE_RAW_SPINLOCK(gc_lock);
kernel/irq/manage.c
597
static DEFINE_RAW_SPINLOCK(mask_lock);
kernel/irq/resend.c
26
static DEFINE_RAW_SPINLOCK(irq_resend_lock);
kernel/kcsan/debugfs.c
50
static DEFINE_RAW_SPINLOCK(report_filterlist_lock);
kernel/kcsan/report.c
112
static DEFINE_RAW_SPINLOCK(report_lock);
kernel/latencytop.c
60
static DEFINE_RAW_SPINLOCK(latency_lock);
kernel/locking/locktorture.c
312
static DEFINE_RAW_SPINLOCK(torture_raw_spinlock);
kernel/power/suspend.c
63
static DEFINE_RAW_SPINLOCK(s2idle_lock);
kernel/printk/printk.c
1869
static DEFINE_RAW_SPINLOCK(console_owner_lock);
kernel/rcu/refscale.c
655
static DEFINE_RAW_SPINLOCK(test_lock);
kernel/sched/ext.c
134
static DEFINE_RAW_SPINLOCK(scx_exit_bstr_buf_lock);
kernel/sched/ext.c
28
static DEFINE_RAW_SPINLOCK(scx_tasks_lock);
kernel/sched/ext.c
4197
static DEFINE_RAW_SPINLOCK(bypass_lock);
kernel/time/clockevents.c
23
static DEFINE_RAW_SPINLOCK(clockevents_lock);
kernel/time/jiffies.c
43
__cacheline_aligned_in_smp DEFINE_RAW_SPINLOCK(jiffies_lock);
kernel/time/tick-broadcast.c
33
static __cacheline_aligned_in_smp DEFINE_RAW_SPINLOCK(tick_broadcast_lock);
kernel/time/tick-common.c
505
static DEFINE_RAW_SPINLOCK(tick_freeze_lock);
kernel/trace/blktrace.c
37
static __cacheline_aligned_in_smp DEFINE_RAW_SPINLOCK(running_trace_lock);
kernel/trace/trace.c
2409
static DEFINE_RAW_SPINLOCK(tracepoint_iter_lock);
kernel/trace/trace_irqsoff.c
29
static DEFINE_RAW_SPINLOCK(max_trace_lock);
kernel/workqueue.c
1326
static DEFINE_RAW_SPINLOCK(wci_lock);
kernel/workqueue.c
447
static DEFINE_RAW_SPINLOCK(wq_mayday_lock); /* protects wq->maydays list */
lib/debugobjects.c
451
static DEFINE_RAW_SPINLOCK(avg_lock);
lib/debugobjects.c
74
static DEFINE_RAW_SPINLOCK(pool_lock);
lib/locking-selftest.c
76
static DEFINE_RAW_SPINLOCK(raw_lock_A);
lib/locking-selftest.c
77
static DEFINE_RAW_SPINLOCK(raw_lock_B);
lib/stackdepot.c
65
static DEFINE_RAW_SPINLOCK(pool_lock);
mm/kasan/quarantine.c
101
static DEFINE_RAW_SPINLOCK(quarantine_lock);
mm/kasan/report.c
204
static DEFINE_RAW_SPINLOCK(report_lock);
mm/kfence/core.c
137
DEFINE_RAW_SPINLOCK(kfence_freelist_lock); /* Lock protecting freelist. */
mm/kmemleak.c
206
static DEFINE_RAW_SPINLOCK(kmemleak_lock);
mm/kmsan/report.c
19
static DEFINE_RAW_SPINLOCK(kmsan_report_lock);