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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dtimer.c45 rt->sdrtt[i] = RPC_RTO_INIT;
62 long *srtt, *sdrtt; local
81 sdrtt = (long *)&rt->sdrtt[timer];
82 m -= *sdrtt >> 2;
83 *sdrtt += m;
86 if (*sdrtt < RPC_RTO_MIN)
87 *sdrtt = RPC_RTO_MIN;
116 res = ((rt->srtt[timer] + 7) >> 3) + rt->sdrtt[timer];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dtimer.h17 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */ member in struct:rpc_rtt
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmevent.h444 uint32 sdrtt; /* Standard deviation of RTT */ member in struct:proxd_event_data
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h5513 uint32 sdrtt; /* standard deviation of RTTs */ member in struct:wl_proxd_collect_header

Completed in 126 milliseconds