Searched refs:DEFINE_RAW_SPINLOCK (Results 1 - 25 of 138) sorted by relevance

123456

/linux-master/arch/x86/lib/
H A Dpc-conf-reg.c13 DEFINE_RAW_SPINLOCK(pc_conf_lock);
/linux-master/arch/arm/common/
H A Dkrait-l2-accessors.c10 static DEFINE_RAW_SPINLOCK(krait_l2_lock);
/linux-master/arch/sparc/prom/
H A Dp1275.c34 DEFINE_RAW_SPINLOCK(prom_entry_lock);
H A Dprintf.c28 static DEFINE_RAW_SPINLOCK(console_write_lock);
/linux-master/arch/arm/mach-versatile/
H A Dplatsmp.c49 static DEFINE_RAW_SPINLOCK(versatile_lock);
H A Dintegrator.c31 static DEFINE_RAW_SPINLOCK(cm_lock);
/linux-master/arch/arm/mach-imx/
H A Dcpuidle-imx6q.c18 static DEFINE_RAW_SPINLOCK(cpuidle_lock);
/linux-master/drivers/soc/qcom/
H A Dkryo-l2-accessors.c14 static DEFINE_RAW_SPINLOCK(l2_access_lock);
/linux-master/arch/arm/kernel/
H A Dio.c7 static DEFINE_RAW_SPINLOCK(__io_lock);
H A Dpatch.c20 static DEFINE_RAW_SPINLOCK(patch_lock);
/linux-master/include/linux/
H A Dspinlock_types_raw.h71 #define DEFINE_RAW_SPINLOCK(x) raw_spinlock_t x = __RAW_SPIN_LOCK_UNLOCKED(x) macro
/linux-master/kernel/time/
H A Djiffies.c43 __cacheline_aligned_in_smp DEFINE_RAW_SPINLOCK(jiffies_lock);
/linux-master/arch/arm/mm/
H A Dcopypage-xscale.c26 static DEFINE_RAW_SPINLOCK(minicache_lock);
H A Dcopypage-v4mc.c26 static DEFINE_RAW_SPINLOCK(minicache_lock);
H A Dcopypage-v6.c24 static DEFINE_RAW_SPINLOCK(v6_lock);
/linux-master/arch/powerpc/kernel/
H A Dpmc.c37 static DEFINE_RAW_SPINLOCK(pmc_owner_lock);
/linux-master/arch/mips/bcm63xx/
H A Dtimer.c21 static DEFINE_RAW_SPINLOCK(timer_reg_lock);
22 static DEFINE_RAW_SPINLOCK(timer_data_lock);
/linux-master/drivers/clocksource/
H A Di8253.c20 DEFINE_RAW_SPINLOCK(i8253_lock);
/linux-master/arch/mips/kernel/
H A Dirq-gt641xx.c17 static DEFINE_RAW_SPINLOCK(gt641xx_irq_lock);
H A Dcevt-gt641xx.c16 static DEFINE_RAW_SPINLOCK(gt641xx_timer_lock);
H A Dspinlock_test.c16 DEFINE_RAW_SPINLOCK(ss_spin);
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c26 static DEFINE_RAW_SPINLOCK(mfgpt_lock);
/linux-master/arch/parisc/kernel/
H A Dpatch.c24 static DEFINE_RAW_SPINLOCK(patch_lock);
/linux-master/arch/mips/jazz/
H A Dirq.c25 static DEFINE_RAW_SPINLOCK(r4030_lock);
/linux-master/drivers/irqchip/
H A Dirq-gic-common.c13 static DEFINE_RAW_SPINLOCK(irq_controller_lock);

Completed in 533 milliseconds

123456