Home
last modified time | relevance | path

Searched refs:rm_destroy (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/sys/
H A Drmlock.h54 void rm_destroy(struct rmlock *rm);
117 rm_destroy, (rm))
/f-stack/freebsd/net/
H A Dradix.h171 #define RADIX_NODE_HEAD_DESTROY(rnh) rm_destroy(&(rnh)->rnh_lock)
H A Dif_vxlan.c921 rm_destroy(&vso->vxlso_lock); in vxlan_socket_destroy()
3240 rm_destroy(&sc->vxl_lock); in vxlan_clone_destroy()
/f-stack/tools/compat/include/net/
H A Dradix.h171 #define RADIX_NODE_HEAD_DESTROY(rnh) rm_destroy(&(rnh)->rnh_lock)
/f-stack/lib/
H A Dff_lock.c246 rm_destroy(struct rmlock *rm) in rm_destroy() function
/f-stack/freebsd/net/route/
H A Droute_var.h82 #define RIB_LOCK_DESTROY(rh) rm_destroy(&(rh)->rib_lock)
/f-stack/freebsd/kern/
H A Dkern_hhook.c86 #define HHH_LOCK_DESTROY(hhh) rm_destroy(&(hhh)->hhh_lock)
H A Dkern_rmlock.c317 rm_destroy(struct rmlock *rm) in rm_destroy() function
/f-stack/freebsd/netgraph/
H A Dng_iface.c758 rm_destroy(&priv->lock); in ng_iface_shutdown()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h446 rm_destroy(&(_chain)->rwmtx); \
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c466 rm_destroy(&V_tcp_fastopen_keylock); in tcp_fastopen_destroy()
/f-stack/freebsd/netipsec/
H A Dkey.c156 #define SPTREE_LOCK_DESTROY() rm_destroy(&sptree_lock)
226 #define SAHTREE_LOCK_DESTROY() rm_destroy(&sahtree_lock)
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c4767 rm_destroy(&pf_rules_lock); in pf_unload()