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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h335 int nm_deadtimeout; /* delay between first "server down" and dead set at mount time */ member in struct:nfsmount
H A Dnfs_socket.c1872 (nmp->nm_curdeadtimeout != nmp->nm_deadtimeout) ? "squished " : "");
5205 * above) or 1/8th of the mount's nm_deadtimeout value, otherwise we just
5206 * update the current dead timeout with the mount's nm_deadtimeout
5232 timeo = (nmp->nm_deadtimeout > timeo) ? max(nmp->nm_deadtimeout/8, timeo) : timeo;
5254 nmp->nm_curdeadtimeout = squishy ? timeo : nmp->nm_deadtimeout;
5335 (nmp->nm_curdeadtimeout != nmp->nm_deadtimeout) ? "squished " : "");
5385 nmp->nm_curdeadtimeout = nmp->nm_deadtimeout;
H A Dnfs_vfsops.c2700 nmp->nm_deadtimeout = 0;
2903 xb_get_32(error, &xb, nmp->nm_deadtimeout);
4834 if (nmp->nm_deadtimeout)
4982 if (nmp->nm_deadtimeout) {
4983 xb_add_32(error, &xbinfo, nmp->nm_deadtimeout); /* DEAD_TIMEOUT */
H A Dnfs_vnops.c861 nmp->nm_curdeadtimeout = nmp->nm_deadtimeout;
H A Dnfs4_vnops.c2845 nmp->nm_curdeadtimeout = nmp->nm_deadtimeout;

Completed in 119 milliseconds