Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/page_pool/
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.14.4/include/net/
Dnetmem.h178 static inline atomic_long_t *netmem_get_pp_ref_count_ref(netmem_ref netmem) in netmem_get_pp_ref_count_ref() function
/linux-6.14.4/net/core/
Ddevmem.c388 long refcount = atomic_long_read(netmem_get_pp_ref_count_ref(netmem)); in mp_dmabuf_devmem_release_page()