Home
last modified time | relevance | path

Searched refs:AT_BINS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h60 #define AT_BINS 4 /* "bin" means "N seconds of history" */ macro
65 unsigned int at_hist[AT_BINS]; /* timeout history bins */
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1537 time_t binlimit = max_t(time_t, at_history / AT_BINS, 1); in at_measured()
1568 for (i = AT_BINS - 1; i >= 0; i--) { in at_measured()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c864 for (i = 0; i < AT_BINS; i++) in lprocfs_at_hist_helper()