Searched refs:at_max (Results 1 – 9 of 9) sorted by relevance
138 LUSTRE_STATIC_UINT_ATTR(at_max, &at_max);
372 extern unsigned int at_max;373 #define AT_OFF (at_max == 0)
54 extern unsigned int at_max;
73 unsigned int at_max = 600; variable74 EXPORT_SYMBOL(at_max);
708 at_max = val; in class_set_global()
1507 extern unsigned int at_min, at_max, at_history;1571 if (at_max > 0) in at_measured()1572 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)");484 size = at_est2timeout(at_max); in ptlrpc_service_part_init()
104 What: /sys/fs/lustre/at_max108 Controls maximum adaptive timeout in seconds. If at_max timeout
141 timeout = min_t(int, at_max, timeout + (timeout >> 1)); /* 150% */ in ldlm_get_enq_timeout()