Home
last modified time | relevance | path

Searched refs:rpc_rtt (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sunrpc/
H A Dtimer.h15 struct rpc_rtt { struct
23 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo); argument
24 extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m);
25 extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer);
27 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) in rpc_set_timeo()
43 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) in rpc_ntimeo()
H A Dclnt.h70 struct rpc_rtt * cl_rtt; /* RTO estimator data */
78 struct rpc_rtt cl_rtt_default;
/linux/net/sunrpc/
H A Dtimer.c35 void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo) in rpc_init_rtt()
61 void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m) in rpc_update_rtt()
110 unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned int timer) in rpc_calc_rto()
H A Dxprt.c1198 struct rpc_rtt *rtt = task->tk_client->cl_rtt; in xprt_update_rtt()
1281 struct rpc_rtt *rtt = clnt->cl_rtt; in xprt_wait_for_reply_request_rtt()