Searched defs:spin_unlock_irqrestore (Results 1 – 7 of 7) sorted by relevance
51 static inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore() function
20 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) macro
120 static __always_inline void spin_unlock_irqrestore(spinlock_t *lock, in spin_unlock_irqrestore() function
402 static __always_inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags) in spin_unlock_irqrestore() function
107 static void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore() function
160 #define spin_unlock_irqrestore(lock, flags) spin_unlock(lock) macro
72 # define spin_unlock_irqrestore(a, b) macro
Completed in 11 milliseconds