Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1522 at->at_hist[0], at->at_hist[1], at->at_hist[2], at->at_hist[3]); in at_measured()
1536 at->at_hist[0] = val; in at_measured()
1540 at->at_hist[0] = max(val, at->at_hist[0]); in at_measured()
1550 at->at_hist[i] = at->at_hist[i - shift]; in at_measured()
1551 maxv = max(maxv, at->at_hist[i]); in at_measured()
1553 at->at_hist[i] = 0; in at_measured()
1556 at->at_hist[0] = val; in at_measured()
1579 at->at_hist[0], at->at_hist[1], at->at_hist[2], in at_measured()
1580 at->at_hist[3]); in at_measured()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h64 unsigned int at_hist[AT_BINS]; /* timeout history bins */ member
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c809 seq_printf(m, "%3u ", at->at_hist[i]); in lprocfs_at_hist_helper()