Searched refs:netmem_to_page (Results 1 – 4 of 4) sorted by relevance
163 static inline struct page *netmem_to_page(netmem_ref netmem) in netmem_to_page() function209 return page_ref_count(netmem_to_page(netmem)); in netmem_ref_count()217 return page_to_pfn(netmem_to_page(netmem)); in netmem_pfn_trace()310 return page_to_nid(netmem_to_page(netmem)) == pref_nid; in netmem_is_pref_nid()319 return page_to_netmem(compound_head(netmem_to_page(netmem))); in netmem_compound_head()358 return page_is_pfmemalloc(netmem_to_page(netmem)); in netmem_is_pfmemalloc()386 get_page(netmem_to_page(netmem)); in get_netmem()394 put_page(netmem_to_page(netmem)); in put_netmem()
855 prefetch(netmem_to_page(buf_state->page_info.netmem)); in gve_rx_dqo()
122 phys_to_virt(page_to_phys(netmem_to_page(netmem))); in xdp_test_run_init_page()
750 return netmem_to_page(rx_buf->netmem); in fbnic_page_pool_get_head()