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

/linux-master/net/sunrpc/
H A Dtimer.c46 rt->sdrtt[i] = RPC_RTO_INIT;
63 long *srtt, *sdrtt; local
82 sdrtt = (long *)&rt->sdrtt[timer];
83 m -= *sdrtt >> 2;
84 *sdrtt += m;
87 if (*sdrtt < RPC_RTO_MIN)
88 *sdrtt = RPC_RTO_MIN;
117 res = ((rt->srtt[timer] + 7) >> 3) + rt->sdrtt[timer];
/linux-master/include/linux/sunrpc/
H A Dtimer.h18 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */ member in struct:rpc_rtt

Completed in 113 milliseconds