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

/freebsd-11.0-release/contrib/amd/amd/
H A Dsrvr_nfs.c79 time_t np_ttl; /* Time when server is thought dead */ member in struct:nfs_private
412 np->np_ttl = clocktime(NULL) +
506 if (np->np_ttl < clocktime(NULL)) {
593 np->np_ttl = (time_t) 0;
960 * Initialize the ping data if we aren't pinging now. The np_ttl and
974 np->np_ttl = MAX_ALLOWED_PINGS * FAST_NFS_PING + clocktime(NULL) - 1;
1025 np->np_ttl = clocktime(NULL) + MAX_ALLOWED_PINGS * FAST_NFS_PING - 1;

Completed in 50 milliseconds