Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dev_lock
Function
dev_lock
freebsd/kern/kern_conf.c:70–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
SLIST_HEAD_INITIALIZER(cdevsw_gt_post_list);
69
70
void
71
dev_lock(void)
72
{
73
74
mtx_lock(&devmtx);
75
}
76
77
/*
78
* Free all the memory collected while the cdev mutex was
Callers
15
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
destroy_dev
Function · 0.85
clone_create
Function · 0.85
Calls
1
mtx_lock
Function · 0.70
Tested by
no test coverage detected