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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dtimer.c23 rt->sdrtt[i] = RPC_RTO_INIT;
31 long *srtt, *sdrtt; local
43 sdrtt = &rt->sdrtt[timer];
44 m -= *sdrtt >> 2;
45 *sdrtt += m;
47 if (*sdrtt < RPC_RTO_MIN)
48 *sdrtt = RPC_RTO_MIN;
70 res = (rt->srtt[timer] >> 3) + rt->sdrtt[timer];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dtimer.h17 long sdrtt[5]; /* soothed medium deviation of RTT */ member in struct:rpc_rtt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dtimer.h17 long sdrtt[5]; /* soothed medium deviation of RTT */ member in struct:rpc_rtt

Completed in 93 milliseconds