Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dhv_balloon.c435 struct hv_hotadd_state { struct
610 struct hv_hotadd_state *has) in hv_mem_hot_add()
675 struct hv_hotadd_state *has; in hv_online_page()
680 has = list_entry(cur, struct hv_hotadd_state, list); in hv_online_page()
700 struct hv_hotadd_state *has; in pfn_covered()
707 has = list_entry(cur, struct hv_hotadd_state, list); in pfn_covered()
753 struct hv_hotadd_state *has; in handle_pg_range()
761 has = list_entry(cur, struct hv_hotadd_state, list); in handle_pg_range()
830 struct hv_hotadd_state *ha_region = NULL; in process_hot_add()
844 ha_region = kzalloc(sizeof(struct hv_hotadd_state), GFP_KERNEL); in process_hot_add()
[all …]