Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rm_init
Function
rm_init
freebsd/kern/kern_rmlock.c:309–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
void
310
rm_init(struct rmlock *rm, const char *name)
311
{
312
313
rm_init_flags(rm, name, 0);
314
}
315
316
void
317
rm_destroy(struct rmlock *rm)
Callers
7
osd_init
Function · 0.70
ktls_init
Function · 0.70
pf_load
Function · 0.50
tcp_fastopen_init
Function · 0.50
vxlan_socket_alloc
Function · 0.50
vxlan_clone_create
Function · 0.50
ng_iface_constructor
Function · 0.50
Calls
1
rm_init_flags
Function · 0.70
Tested by
no test coverage detected