Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_adapter.h166 volatile uint32_t na_refcount; member
H A Dnexus_adapter.c2922 uint32_t oref = atomic_add_32_ov(&na->na_refcount, 1); in na_retain_locked()
2926 atomic_add_32(&na->na_refcount, 1); in na_retain_locked()
2939 ASSERT(na->na_refcount > 0); in na_release_locked()
2940 oref = atomic_add_32_ov(&na->na_refcount, -1); in na_release_locked()
2987 ASSERT(na->na_refcount == 0); in na_pseudo_free()
/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c501 ASSERT(vpna->vpna_up.na_refcount == 0); in fsw_vp_na_free()
H A Dnx_flowswitch.c916 (*na)->na_name, SK_KVA(*na), (*na)->na_refcount, in nx_fsw_na_find()
H A Dfsw.c167 SK_KVA(&(*vpna)->vpna_up), (*vpna)->vpna_up.na_refcount, in fsw_attach_vp()
/xnu-8796.101.5/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c601 ASSERT(kna->kna_up.na_refcount == 0); in na_kpipe_free()
/xnu-8796.101.5/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c474 ASSERT(mna->mna_up.na_refcount == 0); in na_mon_free()
/xnu-8796.101.5/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c425 ASSERT(pna->pna_up.na_refcount == 0); in na_upipe_free()
/xnu-8796.101.5/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()