Searched defs:_raw_spin_unlock_irqrestore (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dspinlock_api_smp.h85 #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
/linux-4.1.27/kernel/locking/
H A Dspinlock.c189 void __lockfunc _raw_spin_unlock_irqrestore(raw_spinlock_t *lock, unsigned long flags) _raw_spin_unlock_irqrestore() function
193 EXPORT_SYMBOL(_raw_spin_unlock_irqrestore); variable

Completed in 103 milliseconds