Searched refs:nm_timeo (Results 1 – 4 of 4) sorted by relevance
101 #define nm_timeo nm_com.nmcom_timeo macro
107 #define nm_timeo nm_com.nmcom_timeo macro
631 nmp->nm_timeo = NFS_MAXTIMEO; in nfs_decode_args()661 nmp->nm_timeo = (argp->timeo * NFS_HZ + 5) / 10; in nfs_decode_args()662 if (nmp->nm_timeo < NFS_MINTIMEO) in nfs_decode_args()663 nmp->nm_timeo = NFS_MINTIMEO; in nfs_decode_args()664 else if (nmp->nm_timeo > NFS_MAXTIMEO) in nfs_decode_args()665 nmp->nm_timeo = NFS_MAXTIMEO; in nfs_decode_args()1615 nmp->nm_timeo = NFS_TIMEO; in mountnfs()2150 timeop->tv_sec = nmp->nm_timeo / NFS_HZ; in nfs_getnlminfo()2151 timeop->tv_usec = (nmp->nm_timeo % NFS_HZ) * (1000000 / NFS_HZ); in nfs_getnlminfo()2268 nfscl_printoptval(nmp, nmp->nm_timeo, ",timeout", &buf, &blen); in nfscl_retopts()
502 timo.tv_sec = nmp->nm_timeo / NFS_HZ; in newnfs_connect()503 timo.tv_usec = (nmp->nm_timeo % NFS_HZ) * 1000000 / NFS_HZ; in newnfs_connect()944 timeo = nmp->nm_retry * nmp->nm_timeo / 2; in newnfs_request()