Searched refs:rm_destroy (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/net/
H A Droute_var.h53 #define RIB_LOCK_DESTROY(rh) rm_destroy(&(rh)->rib_lock)
H A Dradix.h171 #define RADIX_NODE_HEAD_DESTROY(rnh) rm_destroy(&(rnh)->rnh_lock)
H A Dpfil.c71 rm_destroy(l)
H A Dif_vxlan.c888 rm_destroy(&vso->vxlso_lock);
2789 rm_destroy(&sc->vxl_lock);
/freebsd-12-stable/sys/sys/
H A Drmlock.h55 void rm_destroy(struct rmlock *rm);
118 rm_destroy, (rm))
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_bpf.c62 #define LOGIF_LOCK_DESTROY(x) rm_destroy(&log_if_lock)
/freebsd-12-stable/sys/kern/
H A Dkern_hhook.c86 #define HHH_LOCK_DESTROY(hhh) rm_destroy(&(hhh)->hhh_lock)
H A Dkern_rmlock.c318 rm_destroy(struct rmlock *rm) function
/freebsd-12-stable/sys/dev/ntb/
H A Dntb.c163 rm_destroy(&nc->ctx_lock);
/freebsd-12-stable/sys/netgraph/
H A Dng_iface.c757 rm_destroy(&priv->lock);
/freebsd-12-stable/sys/netinet/
H A Dtcp_fastopen.c465 rm_destroy(&V_tcp_fastopen_keylock);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2627 rm_destroy(&fasttrap_tp_lock);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1327 rm_destroy(&zfsvfs->z_rootvnodelock);
/freebsd-12-stable/share/man/man9/
H A DMakefile1738 rmlock.9 rm_destroy.9 \
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2572 rm_destroy(&sc->hn_vf_lock);
7701 rm_destroy(&hn_vfmap_lock);
/freebsd-12-stable/sys/netipsec/
H A Dkey.c155 #define SPTREE_LOCK_DESTROY() rm_destroy(&sptree_lock)
225 #define SAHTREE_LOCK_DESTROY() rm_destroy(&sahtree_lock)
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_ioctl.c5524 rm_destroy(&pf_rules_lock);

Completed in 304 milliseconds