Home
last modified time | relevance | path

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

/linux/include/net/page_pool/
H A Dhelpers.h219 atomic_long_set(netmem_get_pp_ref_count_ref(netmem), nr); in page_pool_fragment_netmem()
247 atomic_long_t *pp_ref_count = netmem_get_pp_ref_count_ref(netmem); in page_pool_unref_netmem()
/linux/include/net/
H A Dnetmem.h135 static inline atomic_long_t *netmem_get_pp_ref_count_ref(netmem_ref netmem) in netmem_get_pp_ref_count_ref() function
/linux/net/core/
H A Ddevmem.c375 long refcount = atomic_long_read(netmem_get_pp_ref_count_ref(netmem)); in mp_dmabuf_devmem_release_page()