Lines Matching defs:hv_dynmem_device
497 struct hv_dynmem_device { struct
498 struct hv_device *dev;
499 enum hv_dm_state state;
500 struct completion host_event;
501 struct completion config_event;
506 unsigned int num_pages_ballooned;
507 unsigned int num_pages_onlined;
508 unsigned int num_pages_added;
513 struct balloon_state balloon_wrk;
518 struct hot_add_wrk ha_wrk;
524 bool host_specified_ha_region;
529 struct completion ol_waitevent;
530 bool ha_waiting;
554 static struct hv_dynmem_device dm_device; argument