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

/linux-master/drivers/hv/
H A Dhv_balloon.c583 static struct hv_dynmem_device dm_device; variable in typeref:struct:hv_dynmem_device
623 list_for_each_entry(has, &dm_device.ha_region_list, list) {
655 complete(&dm_device.ol_waitevent);
659 scoped_guard(spinlock_irqsave, &dm_device.ha_lock) {
662 if (pfn_count <= dm_device.num_pages_onlined) {
663 dm_device.num_pages_onlined -= pfn_count;
672 dm_device.num_pages_onlined = 0;
703 lockdep_assert_held(&dm_device.ha_lock);
704 dm_device.num_pages_onlined++;
730 scoped_guard(spinlock_irqsave, &dm_device
[all...]
/linux-master/drivers/md/
H A Ddm-init.c37 struct dm_device { struct
66 struct dm_device *dev, *tmp;
111 static char __init *dm_parse_table_entry(struct dm_device *dev, char *str)
162 static int __init dm_parse_table(struct dm_device *dev, char *str)
192 static char __init *dm_parse_device_entry(struct dm_device *dev, char *str)
233 * @devices: list of struct dm_device to store the parsed information.
240 struct dm_device *dev;
271 struct dm_device *dev;

Completed in 233 milliseconds