Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dspinlock_api_smp.h83 #define _raw_spin_unlock_irqrestore(lock, flags) __raw_spin_unlock_irqrestore(lock, flags)
146 static inline void __raw_spin_unlock_irqrestore(raw_spinlock_t *lock, in __raw_spin_unlock_irqrestore() function
/linux-6.6.21/kernel/locking/
Dspinlock.c194 __raw_spin_unlock_irqrestore(lock, flags); in _raw_spin_unlock_irqrestore()