Lines Matching defs:hv_dynmem_device
511 struct hv_dynmem_device { struct
512 struct hv_device *dev;
513 enum hv_dm_state state;
514 struct completion host_event;
515 struct completion config_event;
520 unsigned int num_pages_ballooned;
521 unsigned int num_pages_onlined;
522 unsigned int num_pages_added;
527 struct balloon_state balloon_wrk;
532 struct hot_add_wrk ha_wrk;
538 bool host_specified_ha_region;
543 struct completion ol_waitevent;
550 struct task_struct *thread;
556 spinlock_t ha_lock;
583 static struct hv_dynmem_device dm_device; argument