Home
last modified time | relevance | path

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

/linux-6.15/include/net/page_pool/
H A Dhelpers.h232 atomic_long_set(netmem_get_pp_ref_count_ref(netmem), nr); in page_pool_fragment_netmem()
260 atomic_long_t *pp_ref_count = netmem_get_pp_ref_count_ref(netmem); in page_pool_unref_netmem()
310 atomic_long_inc(netmem_get_pp_ref_count_ref(netmem)); in page_pool_ref_netmem()
/linux-6.15/include/net/
H A Dnetmem.h197 static inline atomic_long_t *netmem_get_pp_ref_count_ref(netmem_ref netmem) in netmem_get_pp_ref_count_ref() function
/linux-6.15/net/core/
H A Ddevmem.c349 long refcount = atomic_long_read(netmem_get_pp_ref_count_ref(netmem)); in mp_dmabuf_devmem_release_page()