Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dspinlock_api_smp.h83 #define _raw_spin_unlock_irqrestore(lock, flags) __raw_spin_unlock_irqrestore(lock, flags)
155 static inline void __raw_spin_unlock_irqrestore(raw_spinlock_t *lock, in __raw_spin_unlock_irqrestore() function
/Linux-v5.4/kernel/locking/
Dspinlock.c191 __raw_spin_unlock_irqrestore(lock, flags); in _raw_spin_unlock_irqrestore()