rpc_rtt            56 include/linux/sunrpc/clnt.h 	struct rpc_rtt *	cl_rtt;		/* RTO estimator data */
rpc_rtt            63 include/linux/sunrpc/clnt.h 	struct rpc_rtt		cl_rtt_default;
rpc_rtt            22 include/linux/sunrpc/timer.h extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
rpc_rtt            23 include/linux/sunrpc/timer.h extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m);
rpc_rtt            24 include/linux/sunrpc/timer.h extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer);
rpc_rtt            26 include/linux/sunrpc/timer.h static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo)
rpc_rtt            42 include/linux/sunrpc/timer.h static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer)