Home
last modified time | relevance | path

Searched refs:raw_spinlock (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/include/linux/
Dspinlock_types.h19 struct raw_spinlock rlock;
22 # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map))
Dspinlock_types_raw.h14 typedef struct raw_spinlock { struct
Dseqlock.h182 #define seqcount_raw_spinlock_init(s, lock) seqcount_LOCKNAME_init(s, lock, raw_spinlock)
274 SEQCOUNT_LOCKNAME(raw_spinlock, raw_spinlock_t, false, s->lock, raw_spin, raw_spin_lock(…
301 __seqprop_case((s), raw_spinlock, prop), \
/linux-5.19.10/drivers/base/regmap/
Dinternal.h58 raw_spinlock_t raw_spinlock; member
Dregmap.c537 __acquires(&map->raw_spinlock) in regmap_lock_raw_spinlock()
542 raw_spin_lock_irqsave(&map->raw_spinlock, flags); in regmap_lock_raw_spinlock()
547 __releases(&map->raw_spinlock) in regmap_unlock_raw_spinlock()
550 raw_spin_unlock_irqrestore(&map->raw_spinlock, map->raw_spinlock_flags); in regmap_unlock_raw_spinlock()
792 raw_spin_lock_init(&map->raw_spinlock); in __regmap_init()
795 lockdep_set_class_and_name(&map->raw_spinlock, in __regmap_init()
/linux-5.19.10/drivers/irqchip/
Dirq-imx-gpcv2.c22 struct raw_spinlock rlock;
Dirq-stm32-exti.c57 struct raw_spinlock rlock;
/linux-5.19.10/kernel/locking/
Dspinlock.c126 BUILD_LOCK_OPS(spin, raw_spinlock);
/linux-5.19.10/drivers/gpio/
Dgpio-lpc18xx.c45 struct raw_spinlock lock;
/linux-5.19.10/lib/
DKconfig.debug1263 bool "Enable raw_spinlock - spinlock nesting checks"
1267 Enable the raw_spinlock vs. spinlock nesting checks which ensure