Home
last modified time | relevance | path

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

/init/
A Ddo_mounts.c263 unsigned int timeout; in mount_nfs_root() local
274 timeout = NFSROOT_TIMEOUT_MIN; in mount_nfs_root()
282 ssleep(timeout); in mount_nfs_root()
283 timeout <<= 1; in mount_nfs_root()
284 if (timeout > NFSROOT_TIMEOUT_MAX) in mount_nfs_root()
285 timeout = NFSROOT_TIMEOUT_MAX; in mount_nfs_root()
305 unsigned int timeout; in mount_cifs_root() local
311 timeout = CIFSROOT_TIMEOUT_MIN; in mount_cifs_root()
319 ssleep(timeout); in mount_cifs_root()
320 timeout <<= 1; in mount_cifs_root()
[all …]

Completed in 6 milliseconds