Searched refs:NFSRV_DEADSOCKDELAY (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c1415 NFSRV_DEADSOCKDELAY * 1000);
1429 * If a socket has been dead for more than NFSRV_DEADSOCKDELAY
1443 if ((slp->ns_timestamp + NFSRV_DEADSOCKDELAY) > now.tv_sec)
1453 time_to_wait = (slp->ns_timestamp + NFSRV_DEADSOCKDELAY) - now.tv_sec;
1502 NFSRV_DEADSOCKDELAY * 1000);
H A Dnfs.h109 #define NFSRV_DEADSOCKDELAY 5 /* Seconds before dead sockets are reaped */ macro

Completed in 76 milliseconds