Searched refs:vmballoon (Results 1 – 1 of 1) sorted by relevance
255 struct vmballoon;258 void (*add_page)(struct vmballoon *b, int idx, struct page *p);259 int (*lock)(struct vmballoon *b, unsigned int num_pages,261 int (*unlock)(struct vmballoon *b, unsigned int num_pages,274 struct vmballoon { struct316 static struct vmballoon balloon; argument322 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()[all …]