Searched refs:sdrtt (Results 1 – 2 of 2) sorted by relevance
46 rt->sdrtt[i] = RPC_RTO_INIT; in rpc_init_rtt()63 long *srtt, *sdrtt; in rpc_update_rtt() local82 sdrtt = (long *)&rt->sdrtt[timer]; in rpc_update_rtt()83 m -= *sdrtt >> 2; in rpc_update_rtt()84 *sdrtt += m; in rpc_update_rtt()87 if (*sdrtt < RPC_RTO_MIN) in rpc_update_rtt()88 *sdrtt = RPC_RTO_MIN; in rpc_update_rtt()117 res = ((rt->srtt[timer] + 7) >> 3) + rt->sdrtt[timer]; in rpc_calc_rto()
18 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */ member
Completed in 5 milliseconds