Lines Matching refs:stop_time
282 struct timeval stop_time; in time_since_now() local
283 gettimeofday(&stop_time, NULL); in time_since_now()
284 return time_since(start_tv, &stop_time); in time_since_now()
490 struct timeval stop_time; in read_some_events() local
504 gettimeofday(&stop_time, NULL); in read_some_events()
508 finish_io(t, event_io, event->res, &stop_time); in read_some_events()
759 struct timeval stop_time; local
764 gettimeofday(&stop_time, NULL);
765 calc_latency(&start_time, &stop_time, &t->io_submit_latency);
770 update_iou_counters(my_iocbs, ret, &stop_time);
794 update_iou_counters(my_iocbs, ret, &stop_time);