Searched refs:pp_ref_count (Results 1 – 5 of 5) sorted by relevance
29 atomic_long_t pp_ref_count; member54 NET_IOV_ASSERT_OFFSET(pp_ref_count, pp_ref_count);137 return &__netmem_clear_lsb(netmem)->pp_ref_count; in netmem_get_pp_ref_count_ref()
247 atomic_long_t *pp_ref_count = netmem_get_pp_ref_count_ref(netmem); in page_pool_unref_netmem() local264 if (atomic_long_read(pp_ref_count) == nr) { in page_pool_unref_netmem()271 atomic_long_set(pp_ref_count, 1); in page_pool_unref_netmem()276 ret = atomic_long_sub_return(nr, pp_ref_count); in page_pool_unref_netmem()285 atomic_long_set(pp_ref_count, 1); in page_pool_unref_netmem()297 atomic_long_inc(&netmem_to_page(netmem)->pp_ref_count); in page_pool_ref_netmem()
89 atomic_long_set(&niov->pp_ref_count, 0); in net_devmem_alloc_dmabuf()
126 atomic_long_t pp_ref_count; member
2512 atomic_long_inc(&niov->pp_ref_count); in tcp_recvmsg_dmabuf()
Completed in 23 milliseconds