Lines Matching refs:start
816 long start, end;
820 start = lfsr % words;
821 end = min(start + 1024, words-1);
824 bzero(data + start, (end-start) * sizeof(u64));
826 for (j = start; j < end; j++)
1107 struct timeval start0, start, stop, diff;
1158 /* Here we will wait for the main process to start us all at once: */
1170 start = stop = start0;
1171 last_perturbance = start.tv_sec;
1174 start = stop;
1220 if (start.tv_sec == stop.tv_sec)
1255 timersub(&stop, &start, &diff);
1505 struct timeval start, stop, diff;
1527 gettimeofday(&start, NULL);
1549 * Wait for all the threads to start up. The last thread will
1569 timersub(&stop, &start, &diff);
1578 start = stop;
1585 gettimeofday(&start, NULL);
1609 timersub(&stop, &start, &diff);