Searched refs:_spin_unlock_irqrestore (Results 1 – 2 of 2) sorted by relevance
174 void _spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags);195 #define spin_unlock_irqrestore(l, f) _spin_unlock_irqrestore(l, f)
215 void _spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags) in _spin_unlock_irqrestore() function
Completed in 5 milliseconds