Home
last modified time | relevance | path

Searched refs:if_refio (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Ddlil.c4242 if (os_ref_retain_try(&ifp->if_refio) == false) { in ifnet_get_ioref()
4279 os_ref_retain(&ifp->if_refio); in ifnet_incr_iorefcnt()
4289 if (os_ref_release_relaxed(&ifp->if_refio) == 0) { in ifnet_decr_iorefcnt()
4291 wakeup(&(ifp->if_refio)); in ifnet_decr_iorefcnt()
4303 if (os_ref_release_relaxed(&ifp->if_refio) == 0) { in ifnet_decr_iorefcnt_locked()
4304 wakeup(&(ifp->if_refio)); in ifnet_decr_iorefcnt_locked()
4315 if (os_ref_retain_try(&ifp->if_refio) == false) { in ifnet_datamov_begin()
5266 os_ref_init(&ifp->if_refio, &if_refiogrp); in ifnet_attach()
5642 if (os_ref_release_relaxed(&ifp->if_refio) > 0) { in ifnet_detach_final()
5645 while (os_ref_get_count(&ifp->if_refio) > 0) { in ifnet_detach_final()
[all …]
H A Dif_var_private.h722 os_refcnt_t if_refio; /* number of io ops to the underlying driver */ member
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1769 SK_KVA(ifp), ifp->if_xname, os_ref_get_count(&ifp->if_refio)); in nx_netif_compat_attach()
1787 ifp->if_xname, os_ref_get_count(&ifp->if_refio)); in nx_netif_compat_attach()
H A Dnx_netif.c2477 SK_KVA(ifp), ifp->if_xname, os_ref_get_count(&ifp->if_refio)); in nx_netif_attach()
2495 SK_KVA(ifp), ifp->if_xname, os_ref_get_count(&ifp->if_refio)); in nx_netif_attach()