Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dsubr_autoconf.c222 static size_t mountroot_config_lwpids_size; variable
543 mountroot_config_lwpids_size = sizeof(mountroot_config_lwpids) * in config_create_mountrootthreads()
545 mountroot_config_lwpids = kmem_alloc(mountroot_config_lwpids_size, in config_create_mountrootthreads()
571 kmem_free(mountroot_config_lwpids, mountroot_config_lwpids_size); in config_finalize_mountroot()