Home
last modified time | relevance | path

Searched refs:reestablish_timeout (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtsock.c1249 xprt->reestablish_timeout = 0; in xs_close()
1397 if (xprt->reestablish_timeout) in xs_data_ready()
1398 xprt->reestablish_timeout = 0; in xs_data_ready()
1459 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1477 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1478 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2249 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()
2250 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()
2367 "seconds\n", xprt, xprt->reestablish_timeout / HZ); in xs_connect()
2822 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
[all …]
H A Dxprt.c920 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xprt_reconnect_delay()
935 xprt->reestablish_timeout <<= 1; in xprt_reconnect_backoff()
936 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()
937 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
938 if (xprt->reestablish_timeout < init_to) in xprt_reconnect_backoff()
939 xprt->reestablish_timeout = init_to; in xprt_reconnect_backoff()
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dtransport.c335 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma()
388 xprt->reestablish_timeout = 0; in xprt_rdma_close()
H A Dsvc_rdma_backchannel.c250 xprt->reestablish_timeout = 0; in xprt_setup_rdma_bc()
H A Dverbs.c547 if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO) in rpcrdma_xprt_connect()
548 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in rpcrdma_xprt_connect()
H A Drpc_rdma.c1441 if (xprt->reestablish_timeout) in rpcrdma_reply_handler()
1442 xprt->reestablish_timeout = 0; in rpcrdma_reply_handler()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h224 reestablish_timeout; member