Searched refs:AT_BINS (Results 1 – 3 of 3) sorted by relevance
60 #define AT_BINS 4 /* "bin" means "N seconds of history" */ macro65 unsigned int at_hist[AT_BINS]; /* timeout history bins */
1537 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()
864 for (i = 0; i < AT_BINS; i++) in lprocfs_at_hist_helper()