Home
last modified time | relevance | path

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

/init/
Ddo_mounts.c441 unsigned int timeout; in mount_nfs_root() local
453 timeout = NFSROOT_TIMEOUT_MIN; in mount_nfs_root()
463 ssleep(timeout); in mount_nfs_root()
464 timeout <<= 1; in mount_nfs_root()
465 if (timeout > NFSROOT_TIMEOUT_MAX) in mount_nfs_root()
466 timeout = NFSROOT_TIMEOUT_MAX; in mount_nfs_root()
DKconfig1255 int "Default panic timeout"
1258 Set default panic timeout.