Searched refs:rm_init (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | rmlock.h | 53 void rm_init(struct rmlock *rm, const char *name);
|
| /freebsd-13.1/sys/net/ |
| H A D | radix.h | 165 rm_init(&(rnh)->rnh_lock, "radix node head")
|
| H A D | if_vxlan.c | 886 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 D | route_var.h | 83 #define RIB_LOCK_INIT(rh) rm_init(&(rh)->rib_lock, "rib head lock")
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_hhook.c | 85 #define HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")
|
| H A D | kern_osd.c | 440 rm_init(&osdm[i].osd_object_lock, "osd_object"); in osd_init()
|
| H A D | kern_rmlock.c | 312 rm_init(struct rmlock *rm, const char *name) in rm_init() function
|
| H A D | uipc_ktls.c | 382 rm_init(&ktls_backends_lock, "ktls backends"); in ktls_init()
|
| /freebsd-13.1/sys/dev/ntb/ |
| H A D | ntb.c | 112 rm_init(&nc->ctx_lock, "ntb ctx"); in ntb_register_device()
|
| /freebsd-13.1/sys/powerpc/pseries/ |
| H A D | mmu_phyp.c | 146 rm_init(&mphyp_eviction_lock, "pte eviction"); in mphyp_bootstrap()
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_iface.c | 533 rm_init(&priv->lock, "ng_iface private rmlock"); in ng_iface_constructor()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_fastopen.c | 391 rm_init(&V_tcp_fastopen_keylock, "tfo_keylock"); in tcp_fastopen_init()
|
| /freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | fasttrap.c | 2496 rm_init(&fasttrap_tp_lock, "fasttrap tracepoint"); in fasttrap_load()
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 1839 rmlock.9 rm_init.9 \
|
| /freebsd-13.1/sys/netipsec/ |
| H A D | key.c | 155 #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 D | if_hn.c | 2113 rm_init(&sc->hn_vf_lock, "hnvf"); in hn_attach()
|