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

Function rms_unlock

freebsd/kern/kern_rmlock.c:1242–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240}
1241
1242void
1243rms_unlock(struct rmslock *rms)
1244{
1245
1246 if (rms_wowned(rms))
1247 rms_wunlock(rms);
1248 else
1249 rms_runlock(rms);
1250}

Callers

nothing calls this directly

Calls 3

rms_wownedFunction · 0.85
rms_wunlockFunction · 0.85
rms_runlockFunction · 0.85

Tested by

no test coverage detected