Symbol: hv_dynmem_device
drivers/hv/hv_balloon.c
1044
static void process_info(struct hv_dynmem_device *dm, struct dm_info_msg *msg)
drivers/hv/hv_balloon.c
1100
static unsigned long get_pages_committed(struct hv_dynmem_device *dm)
drivers/hv/hv_balloon.c
1119
static void post_status(struct hv_dynmem_device *dm)
drivers/hv/hv_balloon.c
1182
static void free_balloon_pages(struct hv_dynmem_device *dm,
drivers/hv/hv_balloon.c
1200
static unsigned int alloc_balloon_pages(struct hv_dynmem_device *dm,
drivers/hv/hv_balloon.c
1340
static void balloon_down(struct hv_dynmem_device *dm,
drivers/hv/hv_balloon.c
1377
struct hv_dynmem_device *dm = dm_dev;
drivers/hv/hv_balloon.c
1405
static void version_resp(struct hv_dynmem_device *dm,
drivers/hv/hv_balloon.c
1466
static void cap_resp(struct hv_dynmem_device *dm,
drivers/hv/hv_balloon.c
1483
struct hv_dynmem_device *dm = hv_get_drvdata(dev);
drivers/hv/hv_balloon.c
1851
struct hv_dynmem_device *dm = f->private;
drivers/hv/hv_balloon.c
1913
static void hv_balloon_debugfs_init(struct hv_dynmem_device *b)
drivers/hv/hv_balloon.c
1919
static void hv_balloon_debugfs_exit(struct hv_dynmem_device *b)
drivers/hv/hv_balloon.c
1926
static inline void hv_balloon_debugfs_init(struct hv_dynmem_device *b)
drivers/hv/hv_balloon.c
1930
static inline void hv_balloon_debugfs_exit(struct hv_dynmem_device *b)
drivers/hv/hv_balloon.c
2017
struct hv_dynmem_device *dm = hv_get_drvdata(dev);
drivers/hv/hv_balloon.c
2058
struct hv_dynmem_device *dm = hv_get_drvdata(hv_dev);
drivers/hv/hv_balloon.c
573
static struct hv_dynmem_device dm_device;
drivers/hv/hv_balloon.c
575
static void post_status(struct hv_dynmem_device *dm);
drivers/hv/hv_balloon.c
975
struct hv_dynmem_device *dm = &dm_device;