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.c590 struct page *allocated_page = NULL; in hv_map_vp_state_page() local
593 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() local
947 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 …]