Searched refs:rpc_rtt (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/sunrpc/ |
D | timer.h | 14 struct rpc_rtt { struct 22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo); argument 23 extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m); 24 extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer); 26 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) in rpc_set_timeo() 42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) in rpc_ntimeo()
|
D | clnt.h | 56 struct rpc_rtt * cl_rtt; /* RTO estimator data */ 63 struct rpc_rtt cl_rtt_default;
|
/linux-4.1.27/net/sunrpc/ |
D | timer.c | 34 void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo) in rpc_init_rtt() 60 void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m) in rpc_update_rtt() 109 unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned int timer) in rpc_calc_rto()
|
D | xprt.c | 544 struct rpc_rtt *rtt = clnt->cl_rtt; in xprt_set_retrans_timeout_rtt() 825 struct rpc_rtt *rtt = task->tk_client->cl_rtt; in xprt_update_rtt()
|