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

Function clean_unrhdr

freebsd/kern/subr_unit.c:325–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void
326clean_unrhdr(struct unrhdr *uh)
327{
328
329 mtx_lock(uh->mtx);
330 clean_unrhdrl(uh);
331 mtx_unlock(uh->mtx);
332}
333
334void
335init_unrhdr(struct unrhdr *uh, int low, int high, struct mtx *mutex)

Callers

nothing calls this directly

Calls 3

clean_unrhdrlFunction · 0.85
mtx_lockFunction · 0.70
mtx_unlockFunction · 0.70

Tested by

no test coverage detected