MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cdevsw_free_devlocked

Function cdevsw_free_devlocked

freebsd/kern/kern_conf.c:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static void
127cdevsw_free_devlocked(struct cdevsw *csw)
128{
129
130 dev_lock_assert_locked();
131 SLIST_INSERT_HEAD(&cdevsw_gt_post_list, csw, d_postfree_list);
132}
133
134void
135dev_unlock(void)

Callers 2

fini_cdevswFunction · 0.85
prep_cdevswFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected