Lines Matching defs:hv_dynmem_device
504 struct hv_dynmem_device { struct
505 struct hv_device *dev;
506 enum hv_dm_state state;
507 struct completion host_event;
508 struct completion config_event;
513 unsigned int num_pages_ballooned;
514 unsigned int num_pages_onlined;
515 unsigned int num_pages_added;
520 struct balloon_state balloon_wrk;
525 struct hot_add_wrk ha_wrk;
531 bool host_specified_ha_region;
536 struct completion ol_waitevent;
543 struct task_struct *thread;
571 static struct hv_dynmem_device dm_device; argument