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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h357 u_short rt_srtt; /* smoothed round-trip time */ member in struct:rpc_timers
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c745 rt -= (p->cku_timers->rt_srtt >> 3);
746 p->cku_timers->rt_srtt += rt;
752 (clock_t)((p->cku_timers->rt_srtt >> 2) +
756 rt -= (p->cku_timeall->rt_srtt >> 3);
757 p->cku_timeall->rt_srtt += rt;
763 (clock_t)((p->cku_timeall->rt_srtt >> 2) +
H A Dclnt.h117 clock_t rt_srtt; /* smoothed round-trip time */ member in struct:rpc_timers
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c3272 mik->mik_timers[i].srtt = (uint32_t)mi->mi_timers[i].rt_srtt;
H A Dnfs_subr.c801 mi->mi_timers[kind].rt_srtt >= INCREASE_NFS_TIME)

Completed in 74 milliseconds