Lines Matching refs:stop_time
280 struct timeval stop_time; in time_since_now() local
281 gettimeofday(&stop_time, NULL); in time_since_now()
282 return time_since(start_tv, &stop_time); in time_since_now()
476 struct timeval stop_time; in read_some_events() local
489 gettimeofday(&stop_time, NULL); in read_some_events()
493 finish_io(t, event_io, event->res, &stop_time); in read_some_events()
743 struct timeval stop_time; local
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);