Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mountroot.c132 static int root_mount_timeout = 3; variable
133 TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
684 root_mount_timeout = secs; in parse_dir_timeout()
781 timeout = root_mount_timeout * hz; in parse_mount()
796 if (root_mount_timeout * hz == timeout || in parse_mount()
898 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
909 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
1046 timeout = root_mount_timeout * hz; in vfs_mountroot_wait_if_neccessary()