Home
last modified time | relevance | path

Searched refs:obd_timeout (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h58 extern unsigned int obd_timeout; /* seconds */
111 #define OBD_RECOVERY_TIME_HARD (obd_timeout * 9)
114 #define OBD_RECOVERY_TIME_SOFT (obd_timeout * 3)
116 #define PING_INTERVAL max(obd_timeout / 4, 1U)
130 #define CONNECTION_SWITCH_MAX min(50U, max(CONNECTION_SWITCH_MIN, obd_timeout))
135 #define INITIAL_CONNECT_TIMEOUT max(CONNECTION_SWITCH_MIN, obd_timeout/20)
145 #define OBD_IR_MGS_TIMEOUT (4*obd_timeout)
Dlustre_lib.h81 #define OBD_RECOVERY_MAX_TIME (obd_timeout * 18) /* b13079 */
Dlustre_net.h2845 max_t(int, at, obd_timeout); in ptlrpc_server_get_timeout()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c89 if (ldlm_timeout >= obd_timeout) in proc_set_timeout()
90 ldlm_timeout = max(obd_timeout / 3, 1U); in proc_set_timeout()
265 .data = &obd_timeout,
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c139 return cfs_time_shift(obd_timeout / 2); in ptlrpc_next_reconnect()
141 return cfs_time_shift(obd_timeout); in ptlrpc_next_reconnect()
Dimport.c303 timeout = obd_timeout; in ptlrpc_invalidate_import()
440 int secs = cfs_time_seconds(obd_timeout); in ptlrpc_reconnect_import()
1457 timeout = cfs_time_seconds(obd_timeout / 2); in ptlrpc_disconnect_import()
1459 timeout = cfs_time_seconds(obd_timeout); in ptlrpc_disconnect_import()
Drecover.c349 int secs = cfs_time_seconds(obd_timeout); in ptlrpc_recover_import()
Dclient.c235 obd_timeout / 2 : obd_timeout; in ptlrpc_at_set_req_timeout()
3033 req->rq_timeout = obd_timeout; in ptlrpcd_add_work_req()
Dlproc_ptlrpc.c1008 obd_timeout); in ptlrpc_lprocfs_timeouts_seq_show()
Dservice.c1838 lustre_msg_get_timeout(req->rq_reqmsg) : obd_timeout; in ptlrpc_server_handle_req_in()
3079 (AT_OFF ? obd_timeout * 3 / 2 : at_max)) { in ptlrpc_svcpt_health_check()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c79 unsigned int obd_timeout = OBD_TIMEOUT_DEFAULT; /* seconds */ variable
80 EXPORT_SYMBOL(obd_timeout);
Dobd_config.c1152 obd_timeout, lcfg->lcfg_num); in class_process_config()
1153 obd_timeout = max(lcfg->lcfg_num, 1U); in class_process_config()
1162 if (ldlm_timeout >= obd_timeout) in class_process_config()
1163 ldlm_timeout = max(obd_timeout / 3, 1U); in class_process_config()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_request.c188 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(obd_timeout), in lov_check_and_wait_active()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c79 unsigned int timeout = min(ldlm_timeout, obd_timeout / 3); in ldlm_get_rq_timeout()
Dldlm_resource.c816 lwi = LWI_TIMEOUT(obd_timeout * HZ / 4, NULL, NULL); in __ldlm_namespace_free()
Dldlm_request.c140 return obd_timeout / 2; in ldlm_get_enq_timeout()
Dldlm_lock.c1304 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(obd_timeout), in ldlm_lock_match()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c1022 OBD_FAIL_TIMEOUT(OBD_FAIL_MDC_ENQUEUE_PAUSE, obd_timeout); in mdc_finish_intent_lock()