Lines Matching refs:timestamp
103 * to detect this by validating counters and timestamp
109 || (cur.timestamp[i].tv_sec == 0 &&
110 cur.timestamp[i].tv_usec == 0)) {
122 timerclear(&last.timestamp[i]);
136 DELTA(timestamp[i]);
222 COPYT(timestamp, i, j);
343 cur.timestamp = calloc(ndrive, sizeof(struct timeval));
354 last.timestamp = calloc(ndrive, sizeof(struct timeval));
365 cur.timestamp == NULL ||
371 last.timestamp == NULL ||