Searched refs:ha_region (Results 1 – 1 of 1) sorted by relevance
830 struct hv_hotadd_state *ha_region = NULL; in process_hot_add() local844 ha_region = kzalloc(sizeof(struct hv_hotadd_state), GFP_KERNEL); in process_hot_add()845 if (!ha_region) in process_hot_add()848 INIT_LIST_HEAD(&ha_region->list); in process_hot_add()850 list_add_tail(&ha_region->list, &dm_device.ha_region_list); in process_hot_add()851 ha_region->start_pfn = rg_start; in process_hot_add()852 ha_region->ha_end_pfn = rg_start; in process_hot_add()853 ha_region->covered_end_pfn = pg_start; in process_hot_add()854 ha_region->end_pfn = rg_start + rg_size; in process_hot_add()1341 union dm_mem_page_range *ha_region; in balloon_onchannelcallback() local[all …]