Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dspinlock_api_smp.h83 #define _raw_spin_unlock_irqrestore(lock, flags) __raw_spin_unlock_irqrestore(lock, flags) macro
H A Dspinlock_api_up.h84 #define _raw_spin_unlock_irqrestore(lock, flags) \ macro
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dspinlock.c189 void __lockfunc _raw_spin_unlock_irqrestore(raw_spinlock_t *lock, unsigned long flags) in _raw_spin_unlock_irqrestore() function