Home
last modified time | relevance | path

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

/freebsd/sys/nfsclient/
H A Dnfsmount.h99 #define nm_timeo nm_com.nmcom_timeo macro
/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h108 #define nm_timeo nm_com.nmcom_timeo macro
H A Dnfs_clvfsops.c636 nmp->nm_timeo = NFS_MAXTIMEO; in nfs_decode_args()
666 nmp->nm_timeo = (argp->timeo * NFS_HZ + 5) / 10; in nfs_decode_args()
667 if (nmp->nm_timeo < NFS_MINTIMEO) in nfs_decode_args()
668 nmp->nm_timeo = NFS_MINTIMEO; in nfs_decode_args()
669 else if (nmp->nm_timeo > NFS_MAXTIMEO) in nfs_decode_args()
670 nmp->nm_timeo = NFS_MAXTIMEO; in nfs_decode_args()
1625 nmp->nm_timeo = NFS_TIMEO; in mountnfs()
2168 timeop->tv_sec = nmp->nm_timeo / NFS_HZ; in nfs_getnlminfo()
2169 timeop->tv_usec = (nmp->nm_timeo % NFS_HZ) * (1000000 / NFS_HZ); in nfs_getnlminfo()
2286 nfscl_printoptval(nmp, nmp->nm_timeo, ",timeout", &buf, &blen); in nfscl_retopts()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c503 timo.tv_sec = nmp->nm_timeo / NFS_HZ; in newnfs_connect()
504 timo.tv_usec = (nmp->nm_timeo % NFS_HZ) * 1000000 / NFS_HZ; in newnfs_connect()
953 timeo = nmp->nm_retry * nmp->nm_timeo / 2; in newnfs_request()