Lines Matching defs:hv_dynmem_device
495 struct hv_dynmem_device { struct
496 struct hv_device *dev;
497 enum hv_dm_state state;
498 struct completion host_event;
499 struct completion config_event;
504 unsigned int num_pages_ballooned;
505 unsigned int num_pages_onlined;
506 unsigned int num_pages_added;
511 struct balloon_state balloon_wrk;
516 struct hot_add_wrk ha_wrk;
522 bool host_specified_ha_region;
527 struct completion ol_waitevent;
528 bool ha_waiting;
552 static struct hv_dynmem_device dm_device; argument