Home
last modified time | relevance | path

Searched refs:balloon_lock (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/i386/include/xen/
Dxenfunc.h67 extern struct mtx balloon_lock;
69 #define balloon_lock(__flags) mtx_lock_irqsave(&balloon_lock, __flags)
70 #define balloon_unlock(__flags) mtx_unlock_irqrestore(&balloon_lock, __flags)
72 #define balloon_lock(__flags) __flags = 1 macro
/freebsd-9-stable/sys/amd64/include/xen/
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-9-stable/sys/dev/xen/balloon/
Dballoon.c61 struct mtx balloon_lock; variable
215 mtx_lock(&balloon_lock); in increase_reservation()
279 mtx_unlock(&balloon_lock); in increase_reservation()
338 mtx_lock(&balloon_lock); in decrease_reservation()
355 mtx_unlock(&balloon_lock); in decrease_reservation()
463 mtx_init(&balloon_lock, "balloon_lock", NULL, MTX_DEF); in balloon_init()
499 mtx_lock(&balloon_lock); in balloon_update_driver_allowance()
501 mtx_unlock(&balloon_lock); in balloon_update_driver_allowance()
/freebsd-9-stable/sys/i386/xen/
Dxen_machdep.c602 balloon_lock(flags); in xen_create_contiguous_region()
688 balloon_lock(flags); in xen_destroy_contiguous_region()