MCPcopy 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
70void
71dev_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_errorFunction · 0.85
ctty_cloneFunction · 0.85
dev_relFunction · 0.85
prep_cdevswFunction · 0.85
make_dev_svFunction · 0.85
dev_dependsFunction · 0.85
make_dev_alias_vFunction · 0.85
destroy_devlFunction · 0.85
delist_dev_lockedFunction · 0.85
delist_devFunction · 0.85
destroy_devFunction · 0.85
clone_createFunction · 0.85

Calls 1

mtx_lockFunction · 0.70

Tested by

no test coverage detected