Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dxprtsock.c1326 xprt->reestablish_timeout = 0; in xs_close()
1474 if (xprt->reestablish_timeout) in xs_data_ready()
1475 xprt->reestablish_timeout = 0; in xs_data_ready()
1536 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1554 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1555 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2337 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()
2338 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()
2450 xprt, xprt->reestablish_timeout / HZ); in xs_connect()
2919 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
[all …]
Dxprt.c865 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xprt_reconnect_delay()
880 xprt->reestablish_timeout <<= 1; in xprt_reconnect_backoff()
881 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()
882 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
883 if (xprt->reestablish_timeout < init_to) in xprt_reconnect_backoff()
884 xprt->reestablish_timeout = init_to; in xprt_reconnect_backoff()
/Linux-v5.4/net/sunrpc/xprtrdma/
Dtransport.c330 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma()
435 xprt->reestablish_timeout = 0; in xprt_rdma_close()
Dsvc_rdma_backchannel.c303 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma_bc()
Drpc_rdma.c1325 if (xprt->reestablish_timeout) in rpcrdma_reply_handler()
1326 xprt->reestablish_timeout = 0; in rpcrdma_reply_handler()
Dverbs.c735 if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO) in rpcrdma_ep_connect()
736 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in rpcrdma_ep_connect()
/Linux-v5.4/include/linux/sunrpc/
Dxprt.h224 reestablish_timeout; member