Searched refs:_raw_spin_unlock_irqrestore (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dspinlock_api_smp.h43 _raw_spin_unlock_irqrestore(raw_spinlock_t *lock, unsigned long flags)
83 #define _raw_spin_unlock_irqrestore(lock, flags) __raw_spin_unlock_irqrestore(lock, flags) macro
H A Dspinlock_api_up.h85 #define _raw_spin_unlock_irqrestore(lock, flags) \ macro
H A Dspinlock.h282 _raw_spin_unlock_irqrestore(lock, flags); \
/linux-master/kernel/locking/
H A Dspinlock.c192 noinline void __lockfunc _raw_spin_unlock_irqrestore(raw_spinlock_t *lock, unsigned long flags) function
196 EXPORT_SYMBOL(_raw_spin_unlock_irqrestore); variable

Completed in 109 milliseconds