Home
last modified time | relevance | path

Searched refs:at_history (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c92 unsigned int at_history = 600; variable
93 EXPORT_SYMBOL(at_history);
Dobd_config.c953 at_history = val; in class_set_global()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c370 .data = &at_history,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h64 extern unsigned int at_history;
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1527 extern unsigned int at_min, at_max, at_history;
1537 time_t binlimit = max_t(time_t, at_history / AT_BINS, 1); in at_measured()
Dservice.c53 module_param(at_history, int, 0644);
54 MODULE_PARM_DESC(at_history,