Home
last modified time | relevance | path

Searched refs:_spin_unlock_irqrestore (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dspinlock.h174 void _spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags);
195 #define spin_unlock_irqrestore(l, f) _spin_unlock_irqrestore(l, f)
/xen/xen/common/
A Dspinlock.c215 void _spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags) in _spin_unlock_irqrestore() function

Completed in 5 milliseconds