MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rm_sysinit

Function rm_sysinit

freebsd/kern/kern_rmlock.c:339–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void
340rm_sysinit(void *arg)
341{
342 struct rm_args *args;
343
344 args = arg;
345 rm_init_flags(args->ra_rm, args->ra_desc, args->ra_flags);
346}
347
348static __noinline int
349_rm_rlock_hard(struct rmlock *rm, struct rm_priotracker *tracker, int trylock)

Callers

nothing calls this directly

Calls 1

rm_init_flagsFunction · 0.70

Tested by

no test coverage detected