Home
last modified time | relevance | path

Searched refs:allocated_page (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hv/
H A Dmshv_root_hv_call.c602 struct page *allocated_page = NULL; in hv_map_vp_state_page() local
605 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() local
959 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 …]