Lines Matching refs:cur
678 struct list_head *cur; in hv_online_page() local
683 list_for_each(cur, &dm_device.ha_region_list) { in hv_online_page()
684 has = list_entry(cur, struct hv_hotadd_state, list); in hv_online_page()
703 struct list_head *cur; in pfn_covered() local
710 list_for_each(cur, &dm_device.ha_region_list) { in pfn_covered()
711 has = list_entry(cur, struct hv_hotadd_state, list); in pfn_covered()
756 struct list_head *cur; in handle_pg_range() local
764 list_for_each(cur, &dm_device.ha_region_list) { in handle_pg_range()
765 has = list_entry(cur, struct hv_hotadd_state, list); in handle_pg_range()
1582 struct list_head *cur, *tmp; in balloon_remove() local
1598 list_for_each_safe(cur, tmp, &dm->ha_region_list) { in balloon_remove()
1599 has = list_entry(cur, struct hv_hotadd_state, list); in balloon_remove()