Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/nfsclient/
HDnfsmount.h101 #define nm_timeo nm_com.nmcom_timeo macro
/freebsd-14-stable/sys/fs/nfsclient/
HDnfsmount.h107 #define nm_timeo nm_com.nmcom_timeo macro
HDnfs_clvfsops.c631 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()
/freebsd-14-stable/sys/fs/nfs/
HDnfs_commonkrpc.c502 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()