Searched refs:balloon_unlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/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-10-stable/sys/i386/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-10-stable/sys/i386/xen/
H A Dxen_machdep.c638 balloon_unlock(flags);
657 balloon_unlock(flags);
717 balloon_unlock(flags);

Completed in 63 milliseconds