Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1242
void
1243
rms_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_wowned
Function · 0.85
rms_wunlock
Function · 0.85
rms_runlock
Function · 0.85
Tested by
no test coverage detected