Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mountroot.c136 static int root_mount_timeout = 3; variable
137 TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
686 root_mount_timeout = secs; in parse_dir_timeout()
782 timeout = root_mount_timeout * hz; in parse_mount()
797 if (root_mount_timeout * hz == timeout || in parse_mount()
899 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
910 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
1039 timeout = root_mount_timeout * hz; in vfs_mountroot_wait_if_neccessary()