Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/ !
H A Dnfsmount.h280 int nm_timeo; /* Init timer for NFSMNT_DUMBTIMR */ member
H A Dnfs_vfsops.c2394 nmp->nm_timeo = NFS_TIMEO; in mountnfs()
2676 xb_get_32(error, &xb, nmp->nm_timeo); in mountnfs()
2683 nmp->nm_timeo *= 10; in mountnfs()
2684 nmp->nm_timeo += (val + 100000000 - 1) / 100000000; in mountnfs()
2686 nmp->nm_timeo = (nmp->nm_timeo * NFS_HZ + 5) / 10; in mountnfs()
2971 if (nmp->nm_timeo < NFS_MINTIMEO) { in mountnfs()
2972 nmp->nm_timeo = NFS_MINTIMEO; in mountnfs()
2973 } else if (nmp->nm_timeo > NFS_MAXTIMEO) { in mountnfs()
2974 nmp->nm_timeo = NFS_MAXTIMEO; in mountnfs()
5487 timeo = (nmp->nm_timeo * 10) / NFS_HZ; in nfs_mountinfo_assemble()
H A Dnfs_socket.c207 ((t) == 0 ? (n)->nm_timeo : \
5359 timeo = nmp->nm_timeo; in nfs_request_timer()