Searched refs:allocated_page (Results 1 – 1 of 1) sorted by relevance
590 struct page *allocated_page = NULL; in hv_map_vp_state_page() local593 allocated_page = alloc_page(GFP_KERNEL); in hv_map_vp_state_page()594 if (!allocated_page) in hv_map_vp_state_page()596 *state_page = allocated_page; in hv_map_vp_state_page()604 if (ret && allocated_page) { in hv_map_vp_state_page()605 __free_page(allocated_page); in hv_map_vp_state_page()941 struct page *allocated_page = NULL; in hv_map_stats_page() local947 allocated_page = alloc_page(GFP_KERNEL); in hv_map_stats_page()948 if (!allocated_page) in hv_map_stats_page()952 page_to_pfn(allocated_page)); in hv_map_stats_page()[all …]