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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c1409 slp->ns_timestamp = now.tv_sec;
1443 if ((slp->ns_timestamp + NFSRV_DEADSOCKDELAY) > now.tv_sec)
1453 time_to_wait = (slp->ns_timestamp + NFSRV_DEADSOCKDELAY) - now.tv_sec;
1496 slp->ns_timestamp = now.tv_sec;
H A Dnfs.h1000 time_t ns_timestamp; /* socket timestamp */ member in struct:nfsrv_sock

Completed in 76 milliseconds