Lines Matching refs:hv_dynmem_device

511 struct hv_dynmem_device {  struct
583 static struct hv_dynmem_device dm_device; argument
585 static void post_status(struct hv_dynmem_device *dm);
1000 struct hv_dynmem_device *dm = &dm_device; in hot_add_req()
1078 static void process_info(struct hv_dynmem_device *dm, struct dm_info_msg *msg) in process_info()
1134 static unsigned long get_pages_committed(struct hv_dynmem_device *dm) in get_pages_committed()
1153 static void post_status(struct hv_dynmem_device *dm) in post_status()
1217 static void free_balloon_pages(struct hv_dynmem_device *dm, in free_balloon_pages()
1236 static unsigned int alloc_balloon_pages(struct hv_dynmem_device *dm, in alloc_balloon_pages()
1377 static void balloon_down(struct hv_dynmem_device *dm, in balloon_down()
1414 struct hv_dynmem_device *dm = dm_dev; in dm_thread_func()
1443 static void version_resp(struct hv_dynmem_device *dm, in version_resp()
1504 static void cap_resp(struct hv_dynmem_device *dm, in cap_resp()
1521 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()
1890 struct hv_dynmem_device *dm = f->private; in hv_balloon_debug_show()
1954 static void hv_balloon_debugfs_init(struct hv_dynmem_device *b) in hv_balloon_debugfs_init()
1960 static void hv_balloon_debugfs_exit(struct hv_dynmem_device *b) in hv_balloon_debugfs_exit()
1967 static inline void hv_balloon_debugfs_init(struct hv_dynmem_device *b) in hv_balloon_debugfs_init()
1971 static inline void hv_balloon_debugfs_exit(struct hv_dynmem_device *b) in hv_balloon_debugfs_exit()
2043 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()
2084 struct hv_dynmem_device *dm = hv_get_drvdata(hv_dev); in balloon_suspend()