Lines Matching refs:stop
1029 struct timeval start0, start, stop, diff; in worker_thread() local
1088 start = stop = start0; in worker_thread()
1092 start = stop; in worker_thread()
1126 gettimeofday(&stop, NULL); in worker_thread()
1130 timersub(&stop, &start0, &diff); in worker_thread()
1138 if (start.tv_sec == stop.tv_sec) in worker_thread()
1145 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread()
1150 last_perturbance = stop.tv_sec; in worker_thread()
1173 timersub(&stop, &start, &diff); in worker_thread()
1186 timersub(&stop, &start0, &diff); in worker_thread()
1193 gettimeofday(&stop, NULL); in worker_thread()
1194 timersub(&stop, &start0, &diff); in worker_thread()
1414 struct timeval start, stop, diff; in __bench_numa() local
1472 gettimeofday(&stop, NULL); in __bench_numa()
1474 timersub(&stop, &start, &diff); in __bench_numa()
1483 start = stop; in __bench_numa()
1509 gettimeofday(&stop, NULL); in __bench_numa()
1510 timersub(&stop, &start, &diff); in __bench_numa()