Home
last modified time | relevance | path

Searched refs:at_max (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h373 extern unsigned int at_max;
374 #define AT_OFF (at_max == 0)
Dobd_support.h63 extern unsigned int at_max;
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c90 unsigned int at_max = 600; variable
91 EXPORT_SYMBOL(at_max);
Dobd_config.c947 at_max = val; in class_set_global()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c349 .data = &at_max,
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1527 extern unsigned int at_min, at_max, at_history;
1591 if (at_max > 0) in at_measured()
1592 at->at_current = min(at->at_current, at_max); in at_measured()
Dservice.c51 module_param(at_max, int, 0644);
52 MODULE_PARM_DESC(at_max, "Adaptive timeout maximum (sec)");
627 size = at_est2timeout(at_max); in ptlrpc_service_part_init()
3079 (AT_OFF ? obd_timeout * 3 / 2 : at_max)) { in ptlrpc_svcpt_health_check()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c144 timeout = min_t(int, at_max, timeout + (timeout >> 1)); /* 150% */ in ldlm_get_enq_timeout()