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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c4501 int timeo, maxtime, finish_asyncio, error; local
4568 maxtime = NFS_MAXTIMEO;
4571 maxtime = (NFS_MAXTIMEO / (nmp->nm_timeouts+1))/2;
4573 maxtime = NFS_MINTIMEO/4;
4599 if (timeo > maxtime)
4600 timeo = maxtime;
4610 (now.tv_sec - req->r_start)*NFS_HZ, maxtime));
4628 ((now.tv_sec - req->r_start)*NFS_HZ > maxtime))) { /* too long */
4634 /* (maxtime may be less than tprintf delay) */

Completed in 27 milliseconds