Lines Matching refs:stop
1034 struct timeval start0, start, stop, diff; in worker_thread() local
1094 start = stop = start0; in worker_thread()
1098 start = stop; in worker_thread()
1132 gettimeofday(&stop, NULL); in worker_thread()
1136 timersub(&stop, &start0, &diff); in worker_thread()
1144 if (start.tv_sec == stop.tv_sec) in worker_thread()
1151 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread()
1156 last_perturbance = stop.tv_sec; in worker_thread()
1179 timersub(&stop, &start, &diff); in worker_thread()
1192 timersub(&stop, &start0, &diff); in worker_thread()
1199 gettimeofday(&stop, NULL); in worker_thread()
1200 timersub(&stop, &start0, &diff); in worker_thread()
1427 struct timeval start, stop, diff; in __bench_numa() local
1485 gettimeofday(&stop, NULL); in __bench_numa()
1487 timersub(&stop, &start, &diff); in __bench_numa()
1496 start = stop; in __bench_numa()
1522 gettimeofday(&stop, NULL); in __bench_numa()
1523 timersub(&stop, &start, &diff); in __bench_numa()