Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dhv_balloon.c437 struct hv_hotadd_state { struct
614 struct hv_hotadd_state *has) in hv_mem_hot_add()
679 struct hv_hotadd_state *has; in hv_online_page()
684 has = list_entry(cur, struct hv_hotadd_state, list); in hv_online_page()
704 struct hv_hotadd_state *has; in pfn_covered()
711 has = list_entry(cur, struct hv_hotadd_state, list); in pfn_covered()
757 struct hv_hotadd_state *has; in handle_pg_range()
765 has = list_entry(cur, struct hv_hotadd_state, list); in handle_pg_range()
834 struct hv_hotadd_state *ha_region = NULL; in process_hot_add()
848 ha_region = kzalloc(sizeof(struct hv_hotadd_state), GFP_KERNEL); in process_hot_add()
[all …]