Searched refs:reestablish_timeout (Results 1 – 7 of 7) sorted by relevance
1214 xprt->reestablish_timeout = 0; in xs_close()1362 if (xprt->reestablish_timeout) in xs_data_ready()1363 xprt->reestablish_timeout = 0; in xs_data_ready()1424 xprt->reestablish_timeout = 0; in xs_tcp_state_change()1442 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()1443 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()2205 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()2206 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()2318 xprt, xprt->reestablish_timeout / HZ); in xs_connect()2776 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()[all …]
882 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xprt_reconnect_delay()897 xprt->reestablish_timeout <<= 1; in xprt_reconnect_backoff()898 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()899 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()900 if (xprt->reestablish_timeout < init_to) in xprt_reconnect_backoff()901 xprt->reestablish_timeout = init_to; in xprt_reconnect_backoff()
336 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma()389 xprt->reestablish_timeout = 0; in xprt_rdma_close()
250 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma_bc()
1414 if (xprt->reestablish_timeout) in rpcrdma_reply_handler()1415 xprt->reestablish_timeout = 0; in rpcrdma_reply_handler()
544 if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO) in rpcrdma_xprt_connect()545 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in rpcrdma_xprt_connect()
224 reestablish_timeout; member