Home
last modified time | relevance | path

Searched refs:INITIAL_CONNECT_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h135 #define INITIAL_CONNECT_TIMEOUT max(CONNECTION_SWITCH_MIN, obd_timeout/20) macro
138 INITIAL_CONNECT_TIMEOUT)
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c720 request->rq_timeout = INITIAL_CONNECT_TIMEOUT; in ptlrpc_connect_import()
1490 INITIAL_CONNECT_TIMEOUT); in ptlrpc_disconnect_import()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c831 #define MGC_ENQUEUE_LIMIT (INITIAL_CONNECT_TIMEOUT + (AT_OFF ? 0 : at_min) \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1002 at_init(&at->iat_service_estimate[i], INITIAL_CONNECT_TIMEOUT, in init_imp_at()