Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Drmlock.h53 void rm_init(struct rmlock *rm, const char *name);
/freebsd-13.1/sys/net/
H A Dradix.h165 rm_init(&(rnh)->rnh_lock, "radix node head")
H A Dif_vxlan.c886 rm_init(&vso->vxlso_lock, "vxlansorm"); in vxlan_socket_alloc()
3202 rm_init(&sc->vxl_lock, "vxlanrm"); in vxlan_clone_create()
/freebsd-13.1/sys/net/route/
H A Droute_var.h83 #define RIB_LOCK_INIT(rh) rm_init(&(rh)->rib_lock, "rib head lock")
/freebsd-13.1/sys/kern/
H A Dkern_hhook.c85 #define HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")
H A Dkern_osd.c440 rm_init(&osdm[i].osd_object_lock, "osd_object"); in osd_init()
H A Dkern_rmlock.c312 rm_init(struct rmlock *rm, const char *name) in rm_init() function
H A Duipc_ktls.c382 rm_init(&ktls_backends_lock, "ktls backends"); in ktls_init()
/freebsd-13.1/sys/dev/ntb/
H A Dntb.c112 rm_init(&nc->ctx_lock, "ntb ctx"); in ntb_register_device()
/freebsd-13.1/sys/powerpc/pseries/
H A Dmmu_phyp.c146 rm_init(&mphyp_eviction_lock, "pte eviction"); in mphyp_bootstrap()
/freebsd-13.1/sys/netgraph/
H A Dng_iface.c533 rm_init(&priv->lock, "ng_iface private rmlock"); in ng_iface_constructor()
/freebsd-13.1/sys/netinet/
H A Dtcp_fastopen.c391 rm_init(&V_tcp_fastopen_keylock, "tfo_keylock"); in tcp_fastopen_init()
/freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2496 rm_init(&fasttrap_tp_lock, "fasttrap tracepoint"); in fasttrap_load()
/freebsd-13.1/share/man/man9/
H A DMakefile1839 rmlock.9 rm_init.9 \
/freebsd-13.1/sys/netipsec/
H A Dkey.c155 #define SPTREE_LOCK_INIT() rm_init(&sptree_lock, "sptree")
225 #define SAHTREE_LOCK_INIT() rm_init(&sahtree_lock, "sahtree")
/freebsd-13.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c2113 rm_init(&sc->hn_vf_lock, "hnvf"); in hn_attach()