bl_resp 1210 drivers/hv/hv_balloon.c struct dm_balloon_response *bl_resp, bl_resp 1217 drivers/hv/hv_balloon.c if (bl_resp->hdr.size + sizeof(union dm_mem_page_range) > bl_resp 1246 drivers/hv/hv_balloon.c bl_resp->range_count++; bl_resp 1247 drivers/hv/hv_balloon.c bl_resp->range_array[i].finfo.start_page = bl_resp 1249 drivers/hv/hv_balloon.c bl_resp->range_array[i].finfo.page_cnt = alloc_unit; bl_resp 1250 drivers/hv/hv_balloon.c bl_resp->hdr.size += sizeof(union dm_mem_page_range); bl_resp 1261 drivers/hv/hv_balloon.c struct dm_balloon_response *bl_resp; bl_resp 1289 drivers/hv/hv_balloon.c bl_resp = (struct dm_balloon_response *)balloon_up_send_buffer; bl_resp 1290 drivers/hv/hv_balloon.c bl_resp->hdr.type = DM_BALLOON_RESPONSE; bl_resp 1291 drivers/hv/hv_balloon.c bl_resp->hdr.size = sizeof(struct dm_balloon_response); bl_resp 1292 drivers/hv/hv_balloon.c bl_resp->more_pages = 1; bl_resp 1296 drivers/hv/hv_balloon.c bl_resp, alloc_unit); bl_resp 1307 drivers/hv/hv_balloon.c bl_resp->more_pages = 0; bl_resp 1319 drivers/hv/hv_balloon.c bl_resp->hdr.trans_id = atomic_inc_return(&trans_id); bl_resp 1321 drivers/hv/hv_balloon.c bl_resp, bl_resp 1322 drivers/hv/hv_balloon.c bl_resp->hdr.size, bl_resp 1337 drivers/hv/hv_balloon.c for (i = 0; i < bl_resp->range_count; i++) bl_resp 1339 drivers/hv/hv_balloon.c &bl_resp->range_array[i]);