Lines Matching refs:stop
1209 struct timeval start0, start, stop, diff; in worker_thread() local
1272 start = stop = start0; in worker_thread()
1276 start = stop; in worker_thread()
1310 gettimeofday(&stop, NULL); in worker_thread()
1314 timersub(&stop, &start0, &diff); in worker_thread()
1322 if (start.tv_sec == stop.tv_sec) in worker_thread()
1329 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread()
1334 last_perturbance = stop.tv_sec; in worker_thread()
1358 timersub(&stop, &start, &diff); in worker_thread()
1371 timersub(&stop, &start0, &diff); in worker_thread()
1378 gettimeofday(&stop, NULL); in worker_thread()
1379 timersub(&stop, &start0, &diff); in worker_thread()
1618 struct timeval start, stop, diff; in __bench_numa() local
1680 gettimeofday(&stop, NULL); in __bench_numa()
1682 timersub(&stop, &start, &diff); in __bench_numa()
1691 start = stop; in __bench_numa()
1721 gettimeofday(&stop, NULL); in __bench_numa()
1722 timersub(&stop, &start, &diff); in __bench_numa()