Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netlink/
H A Dnetlink_module.c85 rm_init(&ctl->ctl_lock, "netlink lock"); in vnet_nl_ctl_init()
/freebsd-14.2/sys/sys/
H A Drmlock.h51 void rm_init(struct rmlock *rm, const char *name);
/freebsd-14.2/sys/net/
H A Dradix.h164 rm_init(&(rnh)->rnh_lock, "radix node head")
H A Dif_vxlan.c902 rm_init(&vso->vxlso_lock, "vxlansorm"); in vxlan_socket_alloc()
3229 rm_init(&sc->vxl_lock, "vxlanrm"); in vxlan_clone_create()
/freebsd-14.2/sys/kern/
H A Dkern_hhook.c83 #define HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")
H A Dkern_osd.c427 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-14.2/sys/dev/ntb/
H A Dntb.c110 rm_init(&nc->ctx_lock, "ntb ctx"); in ntb_register_device()
/freebsd-14.2/sys/netgraph/
H A Dng_iface.c528 rm_init(&priv->lock, "ng_iface private rmlock"); in ng_iface_constructor()
/freebsd-14.2/sys/powerpc/pseries/
H A Dmmu_phyp.c248 rm_init(&mphyp_eviction_lock, "pte eviction"); in mphyp_bootstrap()
/freebsd-14.2/sys/netinet/
H A Dtcp_fastopen.c389 rm_init(&V_tcp_fastopen_keylock, "tfo_keylock"); in tcp_fastopen_init()
/freebsd-14.2/sys/netlink/route/
H A Dnexthop.c105 #define UN_LOCK_INIT(_ctl) rm_init(&(_ctl)->un_lock, "unhop_ctl")
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2496 rm_init(&fasttrap_tp_lock, "fasttrap tracepoint"); in fasttrap_load()
/freebsd-14.2/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-14.2/share/man/man9/
H A DMakefile1894 rmlock.9 rm_init.9 \
/freebsd-14.2/sys/dev/hyperv/netvsc/
H A Dif_hn.c2098 rm_init(&sc->hn_vf_lock, "hnvf"); in hn_attach()