Home
last modified time | relevance | path

Searched refs:MAX_ALLOWED_PINGS (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/amd/amd/
HDsrvr_nfs.c58 #define MAX_ALLOWED_PINGS (3 + /* for luck ... */ 1) macro
65 #if (FAST_NFS_PING * MAX_ALLOWED_PINGS) >= ALLOWED_MOUNT_TIME
413 (MAX_ALLOWED_PINGS - 1) * FAST_NFS_PING + fs->fs_pinger - 1; in nfs_keepalive_callback()
539 … dlog("%d pings to %s failed - at most %d allowed", np->np_ping, fs->fs_host, MAX_ALLOWED_PINGS); in nfs_keepalive_timeout()
592 np->np_ping = MAX_ALLOWED_PINGS; /* immediately down */ in nfs_keepalive()
974 np->np_ttl = MAX_ALLOWED_PINGS * FAST_NFS_PING + clocktime(NULL) - 1; in find_nfs_srvr()
1025 np->np_ttl = clocktime(NULL) + MAX_ALLOWED_PINGS * FAST_NFS_PING - 1; in find_nfs_srvr()