Lines Matching refs:vmballoon

182 struct vmballoon {  struct
218 static struct vmballoon balloon; argument
224 static bool vmballoon_send_start(struct vmballoon *b) in vmballoon_send_start()
239 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status()
260 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
279 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()
318 static int vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_lock_page()
343 static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn) in vmballoon_send_unlock_page()
369 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop()
392 static void vmballoon_reset(struct vmballoon *b) in vmballoon_reset()
410 static int vmballoon_reserve_page(struct vmballoon *b, bool can_sleep) in vmballoon_reserve_page()
469 static int vmballoon_release_page(struct vmballoon *b, struct page *page) in vmballoon_release_page()
490 static void vmballoon_release_refused_pages(struct vmballoon *b) in vmballoon_release_refused_pages()
508 static void vmballoon_inflate(struct vmballoon *b) in vmballoon_inflate()
616 static void vmballoon_deflate(struct vmballoon *b) in vmballoon_deflate()
656 struct vmballoon *b = container_of(dwork, struct vmballoon, dwork); in vmballoon_work()
692 struct vmballoon *b = f->private; in vmballoon_debug_show()
749 static int __init vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
764 static void __exit vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()
771 static inline int vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
776 static inline void vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()