Searched defs:spin_unlock_irqrestore (Results 1 – 2 of 2) sorted by relevance
91 #define spin_unlock_irqrestore(lock, statep) spin_unlock_restore(lock, statep, SPIN_LOCK_FLAG_INTER… macro
160 #define spin_unlock_irqrestore(lock, flags) spin_unlock(lock) macro