Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c86 #define NFS_RTT_SCALE_BITS 8 /* bits */ macro
344 nmp->nm_srtt[3] = (NFS_TIMEO << NFS_RTT_SCALE_BITS); in nfs_connect()
941 #define NFSRSB NFS_RTT_SCALE_BITS in nfs_reply()
1819 timeo = nmp->nm_timeo << NFS_RTT_SCALE_BITS; in nfs_timer_req()
1823 timeo = nmp->nm_timeo << NFS_RTT_SCALE_BITS; in nfs_timer_req()
1846 timeo = (timeo >> NFS_RTT_SCALE_BITS) + 1; in nfs_timer_req()