Searched defs:spin_unlock_irqrestore (Results 1 – 3 of 3) sorted by relevance
103 spin_unlock_irqrestore(spinlock_t *spinlock, unsigned long __unused flags) in spin_unlock_irqrestore() function
130 #define spin_unlock_irqrestore(l, f) \ macro
156 #define spin_unlock_irqrestore(lock, flags) mtx_leave(lock) macro224 #define spin_unlock_irqrestore(lock, flags) mutex_exit(lock) macro