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

Function sysctl_wlock

freebsd/kern/kern_sysctl.c:149–154  ·  view source on GitHub ↗

* Initialization of the MIB tree. * * Order by number in each list. */

Source from the content-addressed store, hash-verified

147 * Order by number in each list.
148 */
149void
150sysctl_wlock(void)
151{
152
153 SYSCTL_WLOCK();
154}
155
156void
157sysctl_wunlock(void)

Callers 4

vfs_registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected