Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h59 #define AT_BINS 4 /* "bin" means "N seconds of history" */ macro
64 unsigned int at_hist[AT_BINS]; /* timeout history bins */
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1517 long binlimit = max_t(long, at_history / AT_BINS, 1); in at_measured()
1548 for (i = AT_BINS - 1; i >= 0; i--) { in at_measured()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c808 for (i = 0; i < AT_BINS; i++) in lprocfs_at_hist_helper()