Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/sbp/
Dsbp_target.h184 int max_reconnect_timeout; member
Dsbp_target.c406 tport->max_reconnect_timeout) - 1; in sbp_management_request_login()
1894 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory()
2040 tport->max_reconnect_timeout = 5; in sbp_make_tpg()
2255 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_max_reconnect_timeout_show()
2272 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_max_reconnect_timeout_store()
2275 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_max_reconnect_timeout_store()
2314 CONFIGFS_ATTR(sbp_tpg_attrib_, max_reconnect_timeout);
/Linux-v4.19/include/linux/sunrpc/
Dxprt.h230 max_reconnect_timeout; member
/Linux-v4.19/net/sunrpc/
Dxprtsock.c2319 if (reconnect_timeout < xprt->max_reconnect_timeout) in xs_tcp_set_connect_timeout()
2320 xprt->max_reconnect_timeout = reconnect_timeout; in xs_tcp_set_connect_timeout()
2501 if (xprt->reestablish_timeout > xprt->max_reconnect_timeout) in xs_reconnect_backoff()
2502 xprt->reestablish_timeout = xprt->max_reconnect_timeout; in xs_reconnect_backoff()
3105 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp()
Dclnt.c2719 reconnect_timeout = xprt->max_reconnect_timeout; in rpc_clnt_add_xprt()