Lines Matching refs:stop_time
260 struct timeval stop_time;
262 gettimeofday(&stop_time, NULL);
264 return time_since(start_tv, &stop_time);
484 struct timeval stop_time;
493 gettimeofday(&stop_time, NULL);
498 finish_io(t, event_io, event->res, &stop_time);
742 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);
777 update_iou_counters(my_iocbs, ret, &stop_time);