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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h336 int nm_curdeadtimeout; /* current dead timeout. Adjusted by mount state and mobility */ member in struct:nfsmount
H A Dnfs_socket.c1866 if (nmp->nm_curdeadtimeout <= 0)
1869 if ((now.tv_sec - nmp->nm_deadto_start) < nmp->nm_curdeadtimeout)
1872 (nmp->nm_curdeadtimeout != nmp->nm_deadtimeout) ? "squished " : "");
5227 vfs_statfs(mp)->f_mntfromname, nmp->nm_curdeadtimeout, nfs_is_mobile));
5254 nmp->nm_curdeadtimeout = squishy ? timeo : nmp->nm_deadtimeout;
5256 NFS_SOCK_DBG(("nfs_is_squishy: nm_curdeadtimeout = %d\n", nmp->nm_curdeadtimeout));
5327 if (unresponsive && (nmp->nm_curdeadtimeout > 0)) {
5332 } else if ((now.tv_sec - nmp->nm_deadto_start) > nmp->nm_curdeadtimeout) {
5335 (nmp->nm_curdeadtimeout !
[all...]
H A Dnfs_vnops.c861 nmp->nm_curdeadtimeout = nmp->nm_deadtimeout;
862 if (nmp->nm_curdeadtimeout <= 0)
H A Dnfs4_vnops.c2845 nmp->nm_curdeadtimeout = nmp->nm_deadtimeout;
2846 if (nmp->nm_curdeadtimeout <= 0)
H A Dnfs_vfsops.c2701 nmp->nm_curdeadtimeout = 0;

Completed in 159 milliseconds