Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_adapter.h169 volatile uint32_t na_refcount; member
H A Dnexus_adapter.c2982 uint32_t oref = os_atomic_inc_orig(&na->na_refcount, relaxed); in na_retain_locked()
2986 os_atomic_inc(&na->na_refcount, relaxed); in na_retain_locked()
2999 ASSERT(na->na_refcount > 0); in na_release_locked()
3000 oref = os_atomic_dec_orig(&na->na_refcount, relaxed); in na_release_locked()
3047 ASSERT(na->na_refcount == 0); in na_pseudo_free()
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c492 ASSERT(vpna->vpna_up.na_refcount == 0); in fsw_vp_na_free()
H A Dnx_flowswitch.c950 (*na)->na_name, SK_KVA(*na), (*na)->na_refcount, in nx_fsw_na_find()
H A Dfsw.c159 SK_KVA(&(*vpna)->vpna_up), (*vpna)->vpna_up.na_refcount, in fsw_attach_vp()
/xnu-10063.141.1/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c601 ASSERT(kna->kna_up.na_refcount == 0); in na_kpipe_free()
/xnu-10063.141.1/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c475 ASSERT(mna->mna_up.na_refcount == 0); in na_mon_free()
/xnu-10063.141.1/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c426 ASSERT(pna->pna_up.na_refcount == 0); in na_upipe_free()
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c201 ASSERT(na->na_refcount == 0); in na_netif_compat_free()
H A Dnx_netif.c1322 ASSERT(na->na_refcount == 0); in na_netif_free()