Searched refs:at_max (Results 1 – 8 of 8) sorted by relevance
373 extern unsigned int at_max;374 #define AT_OFF (at_max == 0)
63 extern unsigned int at_max;
90 unsigned int at_max = 600; variable91 EXPORT_SYMBOL(at_max);
947 at_max = val; in class_set_global()
349 .data = &at_max,
1527 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()
51 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()
144 timeout = min_t(int, at_max, timeout + (timeout >> 1)); /* 150% */ in ldlm_get_enq_timeout()