Searched refs:at_hist (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 1542 at->at_hist[0], at->at_hist[1], at->at_hist[2], at->at_hist[3]); in at_measured() 1556 at->at_hist[0] = val; in at_measured() 1560 at->at_hist[0] = max(val, at->at_hist[0]); in at_measured() 1570 at->at_hist[i] = at->at_hist[i - shift]; in at_measured() 1571 maxv = max(maxv, at->at_hist[i]); in at_measured() 1573 at->at_hist[i] = 0; in at_measured() 1576 at->at_hist[0] = val; in at_measured() 1599 at->at_hist[0], at->at_hist[1], at->at_hist[2], in at_measured() 1600 at->at_hist[3]); in at_measured()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 65 unsigned int at_hist[AT_BINS]; /* timeout history bins */ member
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 865 seq_printf(m, "%3u ", at->at_hist[i]); in lprocfs_at_hist_helper()
|