Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_mountroot.c134 static int root_mount_timeout = 3; variable
135 TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
657 root_mount_timeout = secs; in parse_dir_timeout()
753 timeout = root_mount_timeout * hz; in parse_mount()
768 if (root_mount_timeout * hz == timeout || in parse_mount()
870 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
881 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
1010 timeout = root_mount_timeout * hz; in vfs_mountroot_wait_if_neccessary()