Home
last modified time | relevance | path

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

/include/net/
A Dnetmem.h38 atomic_long_t pp_ref_count; member
49 NETMEM_DESC_ASSERT_OFFSET(pp_ref_count, pp_ref_count);
114 atomic_long_t pp_ref_count; member
147 NET_IOV_ASSERT_OFFSET(pp_ref_count, pp_ref_count);
328 return &__netmem_clear_lsb(netmem)->pp_ref_count; in netmem_get_pp_ref_count_ref()
/include/net/page_pool/
A Dhelpers.h267 atomic_long_t *pp_ref_count = netmem_get_pp_ref_count_ref(netmem); in page_pool_unref_netmem() local
284 if (atomic_long_read(pp_ref_count) == nr) { in page_pool_unref_netmem()
291 atomic_long_set(pp_ref_count, 1); in page_pool_unref_netmem()
296 ret = atomic_long_sub_return(nr, pp_ref_count); in page_pool_unref_netmem()
305 atomic_long_set(pp_ref_count, 1); in page_pool_unref_netmem()
/include/linux/
A Dmm_types.h130 atomic_long_t pp_ref_count; member

Completed in 12 milliseconds