Searched refs:at_binstart (Results 1 – 2 of 2) sorted by relevance
1541 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()
64 time_t at_binstart; /* bin start time */ member