Searched refs:dm_device (Results 1 – 1 of 1) sorted by relevance
577 static struct hv_dynmem_device dm_device; variable613 list_for_each_entry(has, &dm_device.ha_region_list, list) { in hv_page_offline_check()645 if (dm_device.ha_waiting) { in hv_memory_notifier()646 dm_device.ha_waiting = false; in hv_memory_notifier()647 complete(&dm_device.ol_waitevent); in hv_memory_notifier()652 spin_lock_irqsave(&dm_device.ha_lock, flags); in hv_memory_notifier()655 if (pfn_count <= dm_device.num_pages_onlined) { in hv_memory_notifier()656 dm_device.num_pages_onlined -= pfn_count; in hv_memory_notifier()664 dm_device.num_pages_onlined = 0; in hv_memory_notifier()666 spin_unlock_irqrestore(&dm_device.ha_lock, flags); in hv_memory_notifier()[all …]