Home
last modified time | relevance | path

Searched refs:at_binstart (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1541 val, at, now - at->at_binstart, at->at_current, in at_measured()
1551 if (unlikely(at->at_binstart == 0)) { in at_measured()
1557 at->at_binstart = now; in at_measured()
1558 } else if (now - at->at_binstart < binlimit) { in at_measured()
1566 shift = (now - at->at_binstart) / binlimit; in at_measured()
1578 at->at_binstart += shift * binlimit; in at_measured()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h64 time_t at_binstart; /* bin start time */ member