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

/freebsd-10-stable/sys/amd64/include/xen/
H A Dxenfunc.h71 extern struct mtx balloon_lock;
73 #define balloon_lock(__flags) mtx_lock_irqsave(&balloon_lock, __flags)
74 #define balloon_unlock(__flags) mtx_unlock_irqrestore(&balloon_lock, __flags)
76 #define balloon_lock(__flags) __flags = 1 macro
/freebsd-10-stable/sys/i386/include/xen/
H A Dxenfunc.h71 extern struct mtx balloon_lock;
73 #define balloon_lock(__flags) mtx_lock_irqsave(&balloon_lock, __flags)
74 #define balloon_unlock(__flags) mtx_unlock_irqrestore(&balloon_lock, __flags)
76 #define balloon_lock(__flags) __flags = 1 macro
/freebsd-10-stable/sys/i386/xen/
H A Dxen_machdep.c597 balloon_lock(flags);
683 balloon_lock(flags);

Completed in 55 milliseconds