Home
last modified time | relevance | path

Searched defs:spin_unlock_irqrestore (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h74 #define spin_unlock_irqrestore(lock, flags) do {LOS_SpinUnlockRestore(lock, (UINT32)flags);} while… macro
86 #define spin_unlock_irqrestore(lock, flags) do {spin_unlock(lock);LOS_IntRestore(flags);} while (0) macro