MCPcopy 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
309void
310rm_init(struct rmlock *rm, const char *name)
311{
312
313 rm_init_flags(rm, name, 0);
314}
315
316void
317rm_destroy(struct rmlock *rm)

Callers 7

osd_initFunction · 0.70
ktls_initFunction · 0.70
pf_loadFunction · 0.50
tcp_fastopen_initFunction · 0.50
vxlan_socket_allocFunction · 0.50
vxlan_clone_createFunction · 0.50
ng_iface_constructorFunction · 0.50

Calls 1

rm_init_flagsFunction · 0.70

Tested by

no test coverage detected