Home | History | Annotate | Download | only in aiostress

Lines Matching refs:stop_time

280     struct timeval stop_time;
281 gettimeofday(&stop_time, NULL);
282 return time_since(start_tv, &stop_time);
476 struct timeval stop_time;
489 gettimeofday(&stop_time, NULL);
493 finish_io(t, event_io, event->res, &stop_time);
743 struct timeval stop_time;
748 gettimeofday(&stop_time, NULL);
749 calc_latency(&start_time, &stop_time, &t->io_submit_latency);
754 update_iou_counters(my_iocbs, ret, &stop_time);
776 update_iou_counters(my_iocbs, ret, &stop_time);