rpc_rtt            59 include/linux/sunrpc/clnt.h 	struct rpc_rtt *	cl_rtt;		/* RTO estimator data */
rpc_rtt            67 include/linux/sunrpc/clnt.h 	struct rpc_rtt		cl_rtt_default;
rpc_rtt            23 include/linux/sunrpc/timer.h extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
rpc_rtt            24 include/linux/sunrpc/timer.h extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m);
rpc_rtt            25 include/linux/sunrpc/timer.h extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer);
rpc_rtt            27 include/linux/sunrpc/timer.h static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo)
rpc_rtt            43 include/linux/sunrpc/timer.h static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer)
rpc_rtt            35 net/sunrpc/timer.c void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo)
rpc_rtt            61 net/sunrpc/timer.c void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m)
rpc_rtt           110 net/sunrpc/timer.c unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned int timer)
rpc_rtt          1092 net/sunrpc/xprt.c 	struct rpc_rtt *rtt = task->tk_client->cl_rtt;
rpc_rtt          1177 net/sunrpc/xprt.c 	struct rpc_rtt *rtt = clnt->cl_rtt;