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

/freebsd-10-stable/sys/kern/
H A Dvfs_mountroot.c129 static int root_mount_timeout = 3; variable
130 TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
638 root_mount_timeout = secs;
733 timeout = root_mount_timeout * hz;
745 timeout = root_mount_timeout * hz;
760 if (root_mount_timeout * hz == timeout ||
857 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout);
868 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout);

Completed in 56 milliseconds