Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.h177 volatile uint32_t na_refcount; member
H A Dnexus_adapter.c3014 uint32_t oref = os_atomic_inc_orig(&na->na_refcount, relaxed); in na_retain_locked()
3018 os_atomic_inc(&na->na_refcount, relaxed); in na_retain_locked()
3031 ASSERT(na->na_refcount > 0); in na_release_locked()
3032 oref = os_atomic_dec_orig(&na->na_refcount, relaxed); in na_release_locked()
3079 ASSERT(na->na_refcount == 0); in na_pseudo_free()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c490 ASSERT(vpna->vpna_up.na_refcount == 0); in fsw_vp_na_free()
H A Dnx_flowswitch.c952 (*na)->na_name, SK_KVA(*na), (*na)->na_refcount, in nx_fsw_na_find()
H A Dfsw.c164 SK_KVA(&(*vpna)->vpna_up), (*vpna)->vpna_up.na_refcount, in fsw_attach_vp()
/xnu-12377.1.9/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c600 ASSERT(kna->kna_up.na_refcount == 0); in na_kpipe_free()
/xnu-12377.1.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c426 ASSERT(pna->pna_up.na_refcount == 0); in na_upipe_free()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c202 ASSERT(na->na_refcount == 0); in na_netif_compat_free()
H A Dnx_netif.c1322 ASSERT(na->na_refcount == 0); in na_netif_free()