Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c138 LUSTRE_STATIC_UINT_ATTR(at_max, &at_max);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h372 extern unsigned int at_max;
373 #define AT_OFF (at_max == 0)
Dobd_support.h54 extern unsigned int at_max;
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c73 unsigned int at_max = 600; variable
74 EXPORT_SYMBOL(at_max);
Dobd_config.c708 at_max = val; in class_set_global()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1507 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()
Dservice.c51 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()
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre104 What: /sys/fs/lustre/at_max
108 Controls maximum adaptive timeout in seconds. If at_max timeout
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c141 timeout = min_t(int, at_max, timeout + (timeout >> 1)); /* 150% */ in ldlm_get_enq_timeout()