Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_mountroot.c136 static int root_mount_timeout = 3; variable
137 TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
690 root_mount_timeout = secs; in parse_dir_timeout()
786 timeout = root_mount_timeout * hz; in parse_mount()
801 if (root_mount_timeout * hz == timeout || in parse_mount()
903 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
914 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout); in vfs_mountroot_conf0()
1048 timeout = root_mount_timeout * hz; in vfs_mountroot_wait_if_neccessary()