Searched refs:sdrtt (Results 1 – 2 of 2) sorted by relevance
45 rt->sdrtt[i] = RPC_RTO_INIT; in rpc_init_rtt()62 long *srtt, *sdrtt; in rpc_update_rtt() local81 sdrtt = (long *)&rt->sdrtt[timer]; in rpc_update_rtt()82 m -= *sdrtt >> 2; in rpc_update_rtt()83 *sdrtt += m; in rpc_update_rtt()86 if (*sdrtt < RPC_RTO_MIN) in rpc_update_rtt()87 *sdrtt = RPC_RTO_MIN; in rpc_update_rtt()116 res = ((rt->srtt[timer] + 7) >> 3) + rt->sdrtt[timer]; in rpc_calc_rto()
18 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */ member