Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dxprtsock.c1227 xprt->reestablish_timeout = 0; in xs_close()
1374 if (xprt->reestablish_timeout) in xs_data_ready()
1375 xprt->reestablish_timeout = 0; in xs_data_ready()
1434 xprt->reestablish_timeout = 0; in xs_tcp_state_change()
1453 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_state_change()
2258 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_tcp_setup_socket()
2320 xprt, xprt->reestablish_timeout / HZ); in xs_connect()
2779 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_local()
2850 xprt->reestablish_timeout = XS_UDP_REEST_TO; in xs_setup_udp()
2930 xprt->reestablish_timeout = XS_TCP_INIT_REEST_TO; in xs_setup_tcp()
[all …]
A Dxprt.c968 start = xprt->stat.connect_start + xprt->reestablish_timeout; in xprt_reconnect_delay()
983 xprt->reestablish_timeout <<= 1; in xprt_reconnect_backoff()
984 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xprt_reconnect_backoff()
985 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xprt_reconnect_backoff()
986 if (xprt->reestablish_timeout < init_to) in xprt_reconnect_backoff()
987 xprt->reestablish_timeout = init_to; in xprt_reconnect_backoff()
/linux/net/sunrpc/xprtrdma/
A Dtransport.c336 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in xprt_setup_rdma()
390 xprt->reestablish_timeout = 0; in xprt_rdma_close()
A Dsvc_rdma_backchannel.c262 xprt->reestablish_timeout = 0; in xprt_setup_rdma_bc()
A Dverbs.c531 if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO) in rpcrdma_xprt_connect()
532 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO; in rpcrdma_xprt_connect()
A Drpc_rdma.c1439 if (xprt->reestablish_timeout) in rpcrdma_reply_handler()
1440 xprt->reestablish_timeout = 0; in rpcrdma_reply_handler()
/linux/include/linux/sunrpc/
A Dxprt.h227 reestablish_timeout; member

Completed in 22 milliseconds