Searched refs:allocated_page (Results 1 – 1 of 1) sorted by relevance
602 struct page *allocated_page = NULL; in hv_map_vp_state_page() local605 allocated_page = alloc_page(GFP_KERNEL); in hv_map_vp_state_page()606 if (!allocated_page) in hv_map_vp_state_page()608 *state_page = allocated_page; in hv_map_vp_state_page()616 if (ret && allocated_page) { in hv_map_vp_state_page()617 __free_page(allocated_page); in hv_map_vp_state_page()953 struct page *allocated_page = NULL; in hv_map_stats_page() local959 allocated_page = alloc_page(GFP_KERNEL); in hv_map_stats_page()960 if (!allocated_page) in hv_map_stats_page()964 page_to_pfn(allocated_page)); in hv_map_stats_page()[all …]