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.c583 static struct hv_dynmem_device dm_device; variable
623 list_for_each_entry(has, &dm_device.ha_region_list, list) { in hv_page_offline_check()
655 complete(&dm_device.ol_waitevent); in hv_memory_notifier()
659 scoped_guard(spinlock_irqsave, &dm_device.ha_lock) { in hv_memory_notifier()
662 if (pfn_count <= dm_device.num_pages_onlined) { in hv_memory_notifier()
663 dm_device.num_pages_onlined -= pfn_count; in hv_memory_notifier()
672 dm_device.num_pages_onlined = 0; in hv_memory_notifier()
703 lockdep_assert_held(&dm_device.ha_lock); in hv_page_online_one()
704 dm_device.num_pages_onlined++; in hv_page_online_one()
730 scoped_guard(spinlock_irqsave, &dm_device.ha_lock) { in hv_mem_hot_add()
[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()