Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dspinlock_types.h20 typedef struct raw_spinlock { struct
73 struct raw_spinlock rlock;
76 # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map))
H A Dseqlock.h183 #define seqcount_raw_spinlock_init(s, lock) seqcount_LOCKNAME_init(s, lock, raw_spinlock)
276 SEQCOUNT_LOCKNAME(raw_spinlock, raw_spinlock_t, false, s->lock, raw_spin, raw_spin_lock(…
304 __seqprop_case((s), raw_spinlock, prop), \
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-imx-gpcv2.c22 struct raw_spinlock rlock;
H A Dirq-stm32-exti.c57 struct raw_spinlock rlock;
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dspinlock.c126 BUILD_LOCK_OPS(spin, raw_spinlock);
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-lpc18xx.c45 struct raw_spinlock lock;
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dlocking.rst209 :Type: raw_spinlock
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug1217 bool "Enable raw_spinlock - spinlock nesting checks"
1221 Enable the raw_spinlock vs. spinlock nesting checks which ensure