Lines Matching defs:hv_dynmem_device
503 struct hv_dynmem_device { struct
504 struct hv_device *dev;
505 enum hv_dm_state state;
506 struct completion host_event;
507 struct completion config_event;
512 unsigned int num_pages_ballooned;
513 unsigned int num_pages_onlined;
514 unsigned int num_pages_added;
519 struct balloon_state balloon_wrk;
524 struct hot_add_wrk ha_wrk;
530 bool host_specified_ha_region;
535 struct completion ol_waitevent;
542 struct task_struct *thread;
568 static struct hv_dynmem_device dm_device; argument