Home
last modified time | relevance | path

Searched refs:rm_init (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/sys/
H A Drmlock.h51 void rm_init(struct rmlock *rm, const char *name);
/freebsd/sys/net/
H A Dradix.h162 rm_init(&(rnh)->rnh_lock, "radix node head")
H A Dif_vxlan.c901 rm_init(&vso->vxlso_lock, "vxlansorm"); in vxlan_socket_alloc()
3257 rm_init(&sc->vxl_lock, "vxlanrm"); in vxlan_clone_create()
/freebsd/sys/netlink/
H A Dnetlink_module.c84 rm_init(&ctl->ctl_lock, "netlink lock"); in vnet_nl_ctl_init()
/freebsd/sys/kern/
H A Dkern_hhook.c82 #define HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")
H A Dkern_osd.c435 rm_init(&osdm[i].osd_object_lock, "osd_object"); in osd_init()
H A Dkern_rmlock.c310 rm_init(struct rmlock *rm, const char *name) in rm_init() function
/freebsd/sys/dev/ntb/
H A Dntb.c109 rm_init(&nc->ctx_lock, "ntb ctx"); in ntb_register_device()
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c247 rm_init(&mphyp_eviction_lock, "pte eviction"); in mphyp_bootstrap()
/freebsd/sys/netgraph/
H A Dng_iface.c532 rm_init(&priv->lock, "ng_iface private rmlock"); in ng_iface_constructor()
/freebsd/sys/netinet/
H A Dtcp_fastopen.c389 rm_init(&V_tcp_fastopen_keylock, "tfo_keylock"); in tcp_fastopen_init()
/freebsd/sys/netlink/route/
H A Dnexthop.c105 #define UN_LOCK_INIT(_ctl) rm_init(&(_ctl)->un_lock, "unhop_ctl")
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2496 rm_init(&fasttrap_tp_lock, "fasttrap tracepoint"); in fasttrap_load()
/freebsd/sys/netipsec/
H A Dkey.c153 #define SPTREE_LOCK_INIT() rm_init(&sptree_lock, "sptree")
230 #define SAHTREE_LOCK_INIT() rm_init(&sahtree_lock, "sahtree")
2997 rm_init(sav->lock, "ipsec association"); in key_newsav()
/freebsd/share/man/man9/
H A DMakefile1897 rmlock.9 rm_init.9 \
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c2098 rm_init(&sc->hn_vf_lock, "hnvf"); in hn_attach()