Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dtransport.c348 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma()
468 xprt->reestablish_timeout = 0; in xprt_rdma_close()
530 xprt->reestablish_timeout); in xprt_rdma_connect()
531 xprt->reestablish_timeout <<= 1; in xprt_rdma_connect()
532 if (xprt->reestablish_timeout > RPCRDMA_MAX_REEST_TO) in xprt_rdma_connect()
533 xprt->reestablish_timeout = RPCRDMA_MAX_REEST_TO; in xprt_rdma_connect()
534 else if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO) in xprt_rdma_connect()
535 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_rdma_connect()
Dsvc_rdma_backchannel.c310 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma_bc()
Drpc_rdma.c1222 xprt->reestablish_timeout = 0; in rpcrdma_complete_rqst()
/Linux-v4.19/net/sunrpc/
Dxprtsock.c888 xprt->reestablish_timeout = 0; in xs_close()
1149 if (xprt->reestablish_timeout) in xs_data_ready()
1150 xprt->reestablish_timeout = 0; in xs_data_ready()
1621 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1639 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_state_change()
1640 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2400 if (xprt->reestablish_timeout < XS_TCP_INIT_REEST_TO) in xs_tcp_finish_connecting()
2401 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_finish_connecting()
2492 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xs_reconnect_delay()
2500 xprt->reestablish_timeout <<= 1; in xs_reconnect_backoff()
[all …]
/Linux-v4.19/include/linux/sunrpc/
Dxprt.h217 reestablish_timeout; member