Home
last modified time | relevance | path

Searched refs:na_refcount (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.h166 volatile uint32_t na_refcount; member
H A Dnexus_adapter.c2975 uint32_t oref = atomic_add_32_ov(&na->na_refcount, 1); in na_retain_locked()
2979 atomic_add_32(&na->na_refcount, 1); in na_retain_locked()
2992 ASSERT(na->na_refcount > 0); in na_release_locked()
2993 oref = atomic_add_32_ov(&na->na_refcount, -1); in na_release_locked()
3051 ASSERT(na->na_refcount == 0); in na_destroyer_final()
3101 ASSERT(na->na_refcount == 0); in na_destroyer_enqueue()
3188 ASSERT(na->na_refcount == 0); in na_pseudo_free()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c486 ASSERT(vpna->vpna_up.na_refcount == 0); in fsw_vp_na_free()
H A Dnx_flowswitch.c924 (*na)->na_name, SK_KVA(*na), (*na)->na_refcount, in nx_fsw_na_find()
H A Dfsw.c157 SK_KVA(&(*vpna)->vpna_up), (*vpna)->vpna_up.na_refcount, in fsw_attach_vp()
/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c602 ASSERT(kna->kna_up.na_refcount == 0); in na_kpipe_free()
/xnu-8019.80.24/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c479 ASSERT(mna->mna_up.na_refcount == 0); in na_mon_free()
/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c439 ASSERT(pna->pna_up.na_refcount == 0); in na_upipe_free()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c221 ASSERT(na->na_refcount == 0); in na_netif_compat_free()
H A Dnx_netif.c1283 ASSERT(na->na_refcount == 0); in na_netif_free()