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