Home
last modified time | relevance | path

Searched refs:dm_device (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dhv_balloon.c704 dm_device.num_pages_onlined++; in hv_page_online_one()
778 post_status(&dm_device); in hv_mem_hot_add()
1358 post_status(&dm_device); in balloon_up()
1708 dm_device.pr_dev_info.order = 0; in enable_page_reporting()
1991 dm_device.dev = dev; in balloon_probe()
2017 dm_device.thread = in balloon_probe()
2019 if (IS_ERR(dm_device.thread)) { in balloon_probe()
2030 dm_device.thread = NULL; in balloon_probe()
2114 dm_device.thread = in balloon_resume()
2116 if (IS_ERR(dm_device.thread)) { in balloon_resume()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-init.c37 struct dm_device { struct
66 struct dm_device *dev, *tmp; in dm_setup_cleanup()
111 static char __init *dm_parse_table_entry(struct dm_device *dev, char *str) in dm_parse_table_entry()
162 static int __init dm_parse_table(struct dm_device *dev, char *str) in dm_parse_table()
192 static char __init *dm_parse_device_entry(struct dm_device *dev, char *str) in dm_parse_device_entry()
242 struct dm_device *dev; in dm_parse_devices()
273 struct dm_device *dev; in dm_init_init()