Lines Matching defs:oldest
1005 * oldest to accommodate. Else return none. */
1009 int i, oldest;
1015 /* remove oldest timestamp, and insert it at t with 0 qps */
1016 oldest = 0;
1018 if(d->timestamp[i] < d->timestamp[oldest])
1019 oldest = i;
1021 d->timestamp[oldest] = t;
1022 d->qps[oldest] = 0;
1023 return &(d->qps[oldest]);
1026 /** find the second and return its rate counter, if none, remove oldest to