Lines Matching refs:cur
674 struct list_head *cur; in hv_online_page() local
679 list_for_each(cur, &dm_device.ha_region_list) { in hv_online_page()
680 has = list_entry(cur, struct hv_hotadd_state, list); in hv_online_page()
699 struct list_head *cur; in pfn_covered() local
706 list_for_each(cur, &dm_device.ha_region_list) { in pfn_covered()
707 has = list_entry(cur, struct hv_hotadd_state, list); in pfn_covered()
752 struct list_head *cur; in handle_pg_range() local
760 list_for_each(cur, &dm_device.ha_region_list) { in handle_pg_range()
761 has = list_entry(cur, struct hv_hotadd_state, list); in handle_pg_range()
1566 struct list_head *cur, *tmp; in balloon_remove() local
1582 list_for_each_safe(cur, tmp, &dm->ha_region_list) { in balloon_remove()
1583 has = list_entry(cur, struct hv_hotadd_state, list); in balloon_remove()