Lines Matching refs:tv_begin
343 struct timeval tv_begin;
1124 timersub(&t->tv_end, &t->tv_begin, &tv);
1556 timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta);
1557 old->tv_begin = new->tv_begin;
1649 t->tv_begin.tv_sec = 0;
1650 t->tv_begin.tv_usec = 0;
1728 /* remember first tv_begin */
1729 if (average.threads.tv_begin.tv_sec == 0)
1730 average.threads.tv_begin = t->tv_begin;
2088 gettimeofday(&t->tv_begin, (struct timezone *)NULL);