Lines Matching defs:b

279 static bool vmballoon_send_start(struct vmballoon *b, unsigned long req_caps)  in vmballoon_send_start()
319 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status()
340 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
368 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()
408 static int vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_lock_page()
429 static int vmballoon_send_batched_lock(struct vmballoon *b, in vmballoon_send_batched_lock()
456 static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_unlock_page()
477 static bool vmballoon_send_batched_unlock(struct vmballoon *b, in vmballoon_send_batched_unlock()
522 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop()
552 static int vmballoon_lock_page(struct vmballoon *b, unsigned int num_pages, in vmballoon_lock_page()
596 static int vmballoon_lock_batched_page(struct vmballoon *b, in vmballoon_lock_batched_page()
655 static int vmballoon_unlock_page(struct vmballoon *b, unsigned int num_pages, in vmballoon_unlock_page()
678 static int vmballoon_unlock_batched_page(struct vmballoon *b, in vmballoon_unlock_batched_page()
722 static void vmballoon_release_refused_pages(struct vmballoon *b, in vmballoon_release_refused_pages()
738 static void vmballoon_add_page(struct vmballoon *b, int idx, struct page *p) in vmballoon_add_page()
743 static void vmballoon_add_batched_page(struct vmballoon *b, int idx, in vmballoon_add_batched_page()
755 static void vmballoon_inflate(struct vmballoon *b) in vmballoon_inflate()
861 static void vmballoon_deflate(struct vmballoon *b) in vmballoon_deflate()
916 static bool vmballoon_init_batching(struct vmballoon *b) in vmballoon_init_batching()
933 struct vmballoon *b = client_data; in vmballoon_doorbell() local
943 static void vmballoon_vmci_cleanup(struct vmballoon *b) in vmballoon_vmci_cleanup()
960 static int vmballoon_vmci_init(struct vmballoon *b) in vmballoon_vmci_init()
993 static void vmballoon_reset(struct vmballoon *b) in vmballoon_reset()
1040 struct vmballoon *b = container_of(dwork, struct vmballoon, dwork); in vmballoon_work() local
1074 struct vmballoon *b = f->private; in vmballoon_debug_show() local
1147 static int __init vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
1162 static void __exit vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()
1169 static inline int vmballoon_debugfs_init(struct vmballoon *b) in vmballoon_debugfs_init()
1174 static inline void vmballoon_debugfs_exit(struct vmballoon *b) in vmballoon_debugfs_exit()