Lines Matching defs:b
223 static bool vmballoon_send_start(struct vmballoon *b) in vmballoon_send_start()
238 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status()
259 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
278 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()
317 static int vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_lock_page()
342 static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn) in vmballoon_send_unlock_page()
368 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop()
391 static void vmballoon_reset(struct vmballoon *b) in vmballoon_reset()
409 static int vmballoon_reserve_page(struct vmballoon *b, bool can_sleep) in vmballoon_reserve_page()
468 static int vmballoon_release_page(struct vmballoon *b, struct page *page) in vmballoon_release_page()
489 static void vmballoon_release_refused_pages(struct vmballoon *b) in vmballoon_release_refused_pages()
507 static void vmballoon_inflate(struct vmballoon *b) in vmballoon_inflate()
615 static void vmballoon_deflate(struct vmballoon *b) in vmballoon_deflate()
655 struct vmballoon *b = container_of(dwork, struct vmballoon, dwork); in vmballoon_work() local
691 struct vmballoon *b = f->private; in vmballoon_debug_show() local
748 static int __init vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
763 static void __exit vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()
770 static inline int vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
775 static inline void vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()