Searched refs:msgHaR (Results 1 – 1 of 1) sorted by relevance
1169 struct dm_hot_add_response *msgHaR = vmreq->msg; in hv_balloon_handle_hot_add_response() local1181 if (!hv_balloon_handle_msg_size(req, sizeof(*msgHaR), in hv_balloon_handle_hot_add_response()1185 trace_hv_balloon_incoming_hot_add(msgHaR->hdr.trans_id, msgHaR->result, in hv_balloon_handle_hot_add_response()1186 msgHaR->page_count); in hv_balloon_handle_hot_add_response()1190 if (msgHaR->result) { in hv_balloon_handle_hot_add_response()1191 if (msgHaR->page_count > balloon->ha_current_count) { in hv_balloon_handle_hot_add_response()1193 msgHaR->page_count, balloon->ha_current_count); in hv_balloon_handle_hot_add_response()1194 msgHaR->page_count = balloon->ha_current_count; in hv_balloon_handle_hot_add_response()1197 hvb_our_range_mark_added(our_range, msgHaR->page_count); in hv_balloon_handle_hot_add_response()1198 hot_add_range->start += msgHaR->page_count; in hv_balloon_handle_hot_add_response()[all …]