Home
last modified time | relevance | path

Searched refs:kernconfig_lwp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_cfglock.c43 static lwp_t *kernconfig_lwp; variable
58 kernconfig_lwp = NULL; in kernconfig_lock_init()
74 if (kernconfig_lwp == my_lwp) { in kernconfig_lock()
79 kernconfig_lwp = my_lwp; in kernconfig_lock()
91 kernconfig_lwp = NULL; in kernconfig_unlock()