Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dtimer.c46 rt->sdrtt[i] = RPC_RTO_INIT; in rpc_init_rtt()
63 long *srtt, *sdrtt; in rpc_update_rtt() local
82 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()
/openbmc/linux/include/linux/sunrpc/
H A Dtimer.h18 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */ member