Searched refs:vmballoon (Results 1 – 1 of 1) sorted by relevance
218 struct vmballoon;221 void (*add_page)(struct vmballoon *b, int idx, struct page *p);222 int (*lock)(struct vmballoon *b, unsigned int num_pages,224 int (*unlock)(struct vmballoon *b, unsigned int num_pages,237 struct vmballoon { struct273 static struct vmballoon balloon; argument279 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()[all …]