Searched refs:obd_timeout (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_support.h | 58 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)
|
D | lustre_lib.h | 81 #define OBD_RECOVERY_MAX_TIME (obd_timeout * 18) /* b13079 */
|
D | lustre_net.h | 2845 max_t(int, at, obd_timeout); in ptlrpc_server_get_timeout()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-sysctl.c | 89 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/ |
D | pinger.c | 139 return cfs_time_shift(obd_timeout / 2); in ptlrpc_next_reconnect() 141 return cfs_time_shift(obd_timeout); in ptlrpc_next_reconnect()
|
D | import.c | 303 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()
|
D | recover.c | 349 int secs = cfs_time_seconds(obd_timeout); in ptlrpc_recover_import()
|
D | client.c | 235 obd_timeout / 2 : obd_timeout; in ptlrpc_at_set_req_timeout() 3033 req->rq_timeout = obd_timeout; in ptlrpcd_add_work_req()
|
D | lproc_ptlrpc.c | 1008 obd_timeout); in ptlrpc_lprocfs_timeouts_seq_show()
|
D | service.c | 1838 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/ |
D | class_obd.c | 79 unsigned int obd_timeout = OBD_TIMEOUT_DEFAULT; /* seconds */ variable 80 EXPORT_SYMBOL(obd_timeout);
|
D | obd_config.c | 1152 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/ |
D | lov_request.c | 188 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(obd_timeout), in lov_check_and_wait_active()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 79 unsigned int timeout = min(ldlm_timeout, obd_timeout / 3); in ldlm_get_rq_timeout()
|
D | ldlm_resource.c | 816 lwi = LWI_TIMEOUT(obd_timeout * HZ / 4, NULL, NULL); in __ldlm_namespace_free()
|
D | ldlm_request.c | 140 return obd_timeout / 2; in ldlm_get_enq_timeout()
|
D | ldlm_lock.c | 1304 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(obd_timeout), in ldlm_lock_match()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 1022 OBD_FAIL_TIMEOUT(OBD_FAIL_MDC_ENQUEUE_PAUSE, obd_timeout); in mdc_finish_intent_lock()
|