Home
last modified time | relevance | path

Searched refs:ha_region (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hv/
Dhv_balloon.c938 struct hv_hotadd_state *ha_region = NULL; in process_hot_add() local
959 ha_region = kzalloc(sizeof(struct hv_hotadd_state), GFP_KERNEL); in process_hot_add()
960 if (!ha_region) in process_hot_add()
963 INIT_LIST_HEAD(&ha_region->list); in process_hot_add()
964 INIT_LIST_HEAD(&ha_region->gap_list); in process_hot_add()
966 ha_region->start_pfn = rg_start; in process_hot_add()
967 ha_region->ha_end_pfn = rg_start; in process_hot_add()
968 ha_region->covered_start_pfn = pg_start; in process_hot_add()
969 ha_region->covered_end_pfn = pg_start; in process_hot_add()
970 ha_region->end_pfn = rg_start + rg_size; in process_hot_add()
[all …]