Lines Matching refs:start
853 long start, end;
857 start = lfsr % words;
858 end = min(start + 1024, words-1);
861 bzero(data + start, (end-start) * sizeof(u64));
863 for (j = start; j < end; j++)
1156 struct timeval start0, start, stop, diff;
1207 /* Here we will wait for the main process to start us all at once: */
1219 start = stop = start0;
1220 last_perturbance = start.tv_sec;
1223 start = stop;
1269 if (start.tv_sec == stop.tv_sec)
1305 timersub(&stop, &start, &diff);
1565 struct timeval start, stop, diff;
1587 gettimeofday(&start, NULL);
1609 * Wait for all the threads to start up. The last thread will
1629 timersub(&stop, &start, &diff);
1638 start = stop;
1645 gettimeofday(&start, NULL);
1669 timersub(&stop, &start, &diff);