Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_mountroot.c131 static int root_mount_timeout = 3; variable
132 TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
653 root_mount_timeout = secs; in parse_dir_timeout()
850 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
861 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
987 timeout = root_mount_timeout * hz; in vfs_mountroot_wait_if_neccessary()