HomeSort by: relevance | last modified time | path
    Searched refs:psref_target_destroy (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/sys/
psref.h 91 void psref_target_destroy(struct psref_target *, struct psref_class *);
  /src/sys/net/
pfil.c 143 psref_target_destroy(&pfh->ph_in.active->psref, pfil_psref_class);
144 psref_target_destroy(&pfh->ph_out.active->psref, pfil_psref_class);
145 psref_target_destroy(&pfh->ph_ifaddr.active->psref, pfil_psref_class);
146 psref_target_destroy(&pfh->ph_ifevent.active->psref, pfil_psref_class);
248 psref_target_destroy(&oldlist->psref, pfil_psref_class);
355 psref_target_destroy(&oldlist->psref, pfil_psref_class);
if_vlan.c 391 psref_target_destroy(&ifv->ifv_mib->ifvm_psref, ifvm_psref_class);
548 psref_target_destroy(nmib_psref, ifvm_psref_class);
676 psref_target_destroy(nmib_psref, ifvm_psref_class);
792 psref_target_destroy(&omib->ifvm_psref, ifvm_psref_class);
if_wg.c 1338 psref_target_destroy(&wgs->wgs_psref, wg_psref_class);
3480 psref_target_destroy(&wgp->wgp_endpoint0->wgsa_psref,
3997 psref_target_destroy(&wgp->wgp_endpoint->wgsa_psref, wg_psref_class);
3998 psref_target_destroy(&wgp->wgp_endpoint0->wgsa_psref, wg_psref_class);
4042 psref_target_destroy(&wgp->wgp_psref, wg_psref_class);
4079 psref_target_destroy(&wgp->wgp_psref, wg_psref_class);
if_ipsec.c 1318 * of (2-1), however two psref_target_destroy() synchronization
2091 psref_target_destroy(&ovar->iv_psref, iv_psref_class);
2102 psref_target_destroy(&nullvar->iv_psref, iv_psref_class);
if_gif.c 1255 psref_target_destroy(&ovar->gv_psref, gv_psref_class);
route.c 678 psref_target_destroy(&rt->rt_psref, rt_psref_class);
689 * and a conflict on psref_target_destroy of update.
699 psref_target_destroy(&rt->rt_psref, rt_psref_class);
if_l2tp.c 1265 psref_target_destroy(&ovar->lv_psref, lv_psref_class);
if.c 1360 * psref_target_destroy here. See below.
1524 psref_target_destroy(&ifp->if_psref, ifnet_psref_class);
1860 psref_target_destroy(&ifa->ifa_psref, ifa_psref_class);
bpf.c 2269 psref_target_destroy(&bp->bif_psref, bpf_psref_class);
if_bridge.c 767 psref_target_destroy(&bif->bif_psref, bridge_psref_class);
  /src/sys/kern/
subr_psref.c 505 * psref_target_destroy(target, class)
509 * will be acquired once it calls psref_target_destroy, e.g. by
513 psref_target_destroy(struct psref_target *target, struct psref_class *class) function in typeref:typename:void
581 * are testing in psref_target_destroy whether any LWP
  /src/sys/netinet/
ip_encap.c 854 psref_target_destroy(&target->psref, encaptab.elem_class);
886 psref_target_destroy(&p->psref,
  /src/sys/net/lagg/
if_lagg.c 1384 psref_target_destroy(&oldvar->lv_psref, lagg_psref_class);
2397 psref_target_destroy(&lp->lp_psref, lagg_port_psref_class);
2515 psref_target_destroy(&lp->lp_psref, lagg_port_psref_class);
  /src/share/man/man9/
Makefile 834 psref.9 psref_target_destroy.9 \
  /src/sys/dev/audio/
audio.c 1436 * - psref_target_destroy waits for all extant acquired psrefs to
1440 psref_target_destroy(&sc->sc_psref, audio_psref_class);

Completed in 45 milliseconds