Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mtx_unlock
Function
mtx_unlock
freebsd/kern/subr_unit.c:157–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
static void
158
mtx_unlock(struct mtx *mp)
159
{
160
KASSERT(mp->state == 1, (
"mutex not locked"
));
161
mp->state = 0;
162
}
163
164
#define MA_OWNED 9
165
Callers
15
run_interrupt_driven_config_hooks
Function · 0.70
boot_run_interrupt_driven_config_hooks
Function · 0.70
config_intrhook_establish
Function · 0.70
config_intrhook_disestablish
Function · 0.70
_rm_rlock_hard
Function · 0.70
_rm_wunlock
Function · 0.70
rms_rlock_fallback
Function · 0.70
rms_runlock_fallback
Function · 0.70
rms_wlock
Function · 0.70
rms_wunlock
Function · 0.70
epoch_trace_report
Function · 0.70
epoch_drain_cb
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected