Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_support.h51 extern unsigned int obd_timeout; /* seconds */
95 #define OBD_RECOVERY_TIME_HARD (obd_timeout * 9)
98 #define OBD_RECOVERY_TIME_SOFT (obd_timeout * 3)
100 #define PING_INTERVAL max(obd_timeout / 4, 1U)
114 #define CONNECTION_SWITCH_MAX min(50U, max(CONNECTION_SWITCH_MIN, obd_timeout))
119 #define INITIAL_CONNECT_TIMEOUT max(CONNECTION_SWITCH_MIN, obd_timeout/20)
129 #define OBD_IR_MGS_TIMEOUT (4*obd_timeout)
Dlustre_lib.h81 #define OBD_RECOVERY_MAX_TIME (obd_timeout * 18) /* b13079 */
Dlustre_net.h2804 max_t(int, at, obd_timeout); in ptlrpc_server_get_timeout()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c97 LUSTRE_STATIC_UINT_ATTR(timeout, &obd_timeout);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c125 return cfs_time_shift(obd_timeout / 2); in ptlrpc_next_reconnect()
127 return cfs_time_shift(obd_timeout); in ptlrpc_next_reconnect()
Dimport.c295 timeout = obd_timeout; in ptlrpc_invalidate_import()
432 int secs = cfs_time_seconds(obd_timeout); in ptlrpc_reconnect_import()
1447 timeout = cfs_time_seconds(obd_timeout / 2); in ptlrpc_disconnect_import()
1449 timeout = cfs_time_seconds(obd_timeout); in ptlrpc_disconnect_import()
Drecover.c349 int secs = cfs_time_seconds(obd_timeout); in ptlrpc_recover_import()
Dclient.c240 obd_timeout / 2 : obd_timeout; in ptlrpc_at_set_req_timeout()
2979 req->rq_timeout = obd_timeout; in ptlrpcd_add_work_req()
Dlproc_ptlrpc.c974 obd_timeout); in ptlrpc_lprocfs_timeouts_seq_show()
Dservice.c1556 lustre_msg_get_timeout(req->rq_reqmsg) : obd_timeout; in ptlrpc_server_handle_req_in()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c66 unsigned int obd_timeout = OBD_TIMEOUT_DEFAULT; /* seconds */ variable
67 EXPORT_SYMBOL(obd_timeout);
Dobd_config.c833 obd_timeout, lcfg->lcfg_num); in class_process_config()
834 obd_timeout = max(lcfg->lcfg_num, 1U); in class_process_config()
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre47 Controls "lustre timeout" variable, also known as obd_timeout
48 in some old manual. In the past obd_timeout was of paramount
113 functionality and old-style obd_timeout value is then used.
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_request.c176 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(obd_timeout), in lov_check_and_wait_active()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c870 lwi = LWI_TIMEOUT(obd_timeout * HZ / 4, NULL, NULL); in __ldlm_namespace_free()
Dldlm_request.c137 return obd_timeout / 2; in ldlm_get_enq_timeout()
Dldlm_lock.c1268 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(obd_timeout), in ldlm_lock_match()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c989 OBD_FAIL_TIMEOUT(OBD_FAIL_MDC_ENQUEUE_PAUSE, obd_timeout); in mdc_finish_intent_lock()