Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dxprtsock.c1304 xprt->reestablish_timeout = 0; in xs_close()
1459 if (xprt->reestablish_timeout) in xs_data_ready()
1460 xprt->reestablish_timeout = 0; in xs_data_ready()
1539 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1557 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1558 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2423 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_setup_socket()
2424 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_setup_socket()
2769 "seconds\n", xprt, xprt->reestablish_timeout / HZ); in xs_connect()
3233 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
[all …]
H A Dxprt.c964 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xprt_reconnect_delay()
979 xprt->reestablish_timeout <<= 1; in xprt_reconnect_backoff()
980 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()
981 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
982 if (xprt->reestablish_timeout < init_to) in xprt_reconnect_backoff()
983 xprt->reestablish_timeout = init_to; in xprt_reconnect_backoff()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dtransport.c327 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma()
381 xprt->reestablish_timeout = 0; in xprt_rdma_close()
H A Dsvc_rdma_backchannel.c256 xprt->reestablish_timeout = 0; in xprt_setup_rdma_bc()
H A Dverbs.c514 if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO) in rpcrdma_xprt_connect()
515 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in rpcrdma_xprt_connect()
H A Drpc_rdma.c1440 if (xprt->reestablish_timeout) in rpcrdma_reply_handler()
1441 xprt->reestablish_timeout = 0; in rpcrdma_reply_handler()
/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h247 reestablish_timeout; member