Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dev_unlock
Function
dev_unlock
freebsd/kern/kern_conf.c:134–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
void
135
dev_unlock(void)
136
{
137
138
mtx_unlock(&devmtx);
139
}
140
141
void
142
dev_ref(struct cdev *dev)
Callers
14
vn_isdisk_error
Function · 0.85
ctty_clone
Function · 0.85
dev_rel
Function · 0.85
prep_cdevsw
Function · 0.85
make_dev_sv
Function · 0.85
dev_depends
Function · 0.85
make_dev_alias_v
Function · 0.85
destroy_devl
Function · 0.85
delist_dev_locked
Function · 0.85
delist_dev
Function · 0.85
clone_create
Function · 0.85
destroy_dev_tq
Function · 0.85
Calls
1
mtx_unlock
Function · 0.70
Tested by
no test coverage detected