Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dtimer.c45 rt->sdrtt[i] = RPC_RTO_INIT; in rpc_init_rtt()
62 long *srtt, *sdrtt; in rpc_update_rtt() local
81 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()
/Linux-v4.19/include/linux/sunrpc/
Dtimer.h18 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */ member