Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hv/
Dhv_balloon.c573 static struct hv_dynmem_device dm_device; variable
613 list_for_each_entry(has, &dm_device.ha_region_list, list) { in hv_page_offline_check()
645 complete(&dm_device.ol_waitevent); in hv_memory_notifier()
649 scoped_guard(spinlock_irqsave, &dm_device.ha_lock) { in hv_memory_notifier()
652 if (pfn_count <= dm_device.num_pages_onlined) { in hv_memory_notifier()
653 dm_device.num_pages_onlined -= pfn_count; in hv_memory_notifier()
662 dm_device.num_pages_onlined = 0; in hv_memory_notifier()
692 lockdep_assert_held(&dm_device.ha_lock); in hv_page_online_one()
693 dm_device.num_pages_onlined++; in hv_page_online_one()
719 scoped_guard(spinlock_irqsave, &dm_device.ha_lock) { in hv_mem_hot_add()
[all …]
/linux-6.12.1/drivers/md/
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()