Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
Dtimeseries.go131 pendingTime time.Time // what time are we keeping in pending member
160 ts.pendingTime = time.Time{}
182 if t.After(ts.pendingTime) {
185 ts.pendingTime = ts.levels[0].end
188 } else if t.After(ts.pendingTime.Add(-1 * smallBucketDuration)) {
217 ts.mergeValue(ts.pending, ts.pendingTime)