Lines Matching defs:hv_dynmem_device
501 struct hv_dynmem_device { struct
502 struct hv_device *dev;
503 enum hv_dm_state state;
504 struct completion host_event;
505 struct completion config_event;
510 unsigned int num_pages_ballooned;
511 unsigned int num_pages_onlined;
512 unsigned int num_pages_added;
517 struct balloon_state balloon_wrk;
522 struct hot_add_wrk ha_wrk;
528 bool host_specified_ha_region;
533 struct completion ol_waitevent;
540 struct task_struct *thread;
546 spinlock_t ha_lock;
573 static struct hv_dynmem_device dm_device; argument