Searched defs:spin_unlock_irqrestore (Results 1 – 5 of 5) sorted by relevance
14 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) macro
160 #define spin_unlock_irqrestore(lock, flags) spin_unlock(lock) macro
108 static void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore() function
382 static __always_inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags) in spin_unlock_irqrestore() function
76 # define spin_unlock_irqrestore(a, b) macro