Searched refs:mtx_unlock_irqrestore (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxenfunc.h74 #define balloon_unlock(__flags) mtx_unlock_irqrestore(&balloon_lock, __flags)
H A Dxen-os.h122 #define mtx_unlock_irqrestore(lock, x) {mtx_unlock_spin((lock)); local_irq_restore((x)); } macro
124 #define spin_unlock_irqrestore mtx_unlock_irqrestore
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenfunc.h70 #define balloon_unlock(__flags) mtx_unlock_irqrestore(&balloon_lock, __flags)
H A Dxen-os.h165 #define mtx_unlock_irqrestore(lock, x) {mtx_unlock_spin((lock)); local_irq_restore((x)); } macro
167 #define spin_unlock_irqrestore mtx_unlock_irqrestore

Completed in 102 milliseconds