Searched refs:balloon_unlock (Results 1 - 3 of 3) 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)
77 #define balloon_unlock(__flags) __flags = 0 macro
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenfunc.h70 #define balloon_unlock(__flags) mtx_unlock_irqrestore(&balloon_lock, __flags)
73 #define balloon_unlock(__flags) __flags = 0 macro
/freebsd-9.3-release/sys/i386/xen/
H A Dxen_machdep.c643 balloon_unlock(flags);
662 balloon_unlock(flags);
722 balloon_unlock(flags);

Completed in 105 milliseconds