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

/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c135 static int root_mount_timeout = 3; variable
136 TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
690 root_mount_timeout = secs;
786 timeout = root_mount_timeout * hz;
801 if (root_mount_timeout * hz == timeout ||
903 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout);
914 sbuf_printf(sb, ".timeout %d\n", root_mount_timeout);
1043 timeout = root_mount_timeout * hz;

Completed in 100 milliseconds