Lines Matching defs:b
322 static bool vmballoon_send_start(struct vmballoon *b, unsigned long req_caps) in vmballoon_send_start()
356 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status()
377 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
405 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()
445 static int vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_lock_page()
466 static int vmballoon_send_batched_lock(struct vmballoon *b, in vmballoon_send_batched_lock()
493 static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_unlock_page()
514 static bool vmballoon_send_batched_unlock(struct vmballoon *b, in vmballoon_send_batched_unlock()
559 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop()
595 static int vmballoon_lock_page(struct vmballoon *b, unsigned int num_pages, in vmballoon_lock_page()
638 static int vmballoon_lock_batched_page(struct vmballoon *b, in vmballoon_lock_batched_page()
697 static int vmballoon_unlock_page(struct vmballoon *b, unsigned int num_pages, in vmballoon_unlock_page()
720 static int vmballoon_unlock_batched_page(struct vmballoon *b, in vmballoon_unlock_batched_page()
764 static void vmballoon_release_refused_pages(struct vmballoon *b, in vmballoon_release_refused_pages()
780 static void vmballoon_add_page(struct vmballoon *b, int idx, struct page *p) in vmballoon_add_page()
785 static void vmballoon_add_batched_page(struct vmballoon *b, int idx, in vmballoon_add_batched_page()
797 static void vmballoon_inflate(struct vmballoon *b) in vmballoon_inflate()
937 static void vmballoon_deflate(struct vmballoon *b) in vmballoon_deflate()
992 static bool vmballoon_init_batching(struct vmballoon *b) in vmballoon_init_batching()
1012 struct vmballoon *b = client_data; in vmballoon_doorbell() local
1022 static void vmballoon_vmci_cleanup(struct vmballoon *b) in vmballoon_vmci_cleanup()
1039 static int vmballoon_vmci_init(struct vmballoon *b) in vmballoon_vmci_init()
1071 static void vmballoon_reset(struct vmballoon *b) in vmballoon_reset()
1118 struct vmballoon *b = container_of(dwork, struct vmballoon, dwork); in vmballoon_work() local
1155 struct vmballoon *b = f->private; in vmballoon_debug_show() local
1233 static int __init vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
1248 static void __exit vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()
1255 static inline int vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
1260 static inline void vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()