Lines Matching refs:tnow
261 unsigned long tnow, tstop; in flush_errqueue_retry() local
264 tnow = gettimeofday_ms(); in flush_errqueue_retry()
265 tstop = tnow + cfg_poll_loop_timeout_ms; in flush_errqueue_retry()
267 flush_errqueue(fd, true, tstop - tnow, first_try); in flush_errqueue_retry()
269 tnow = gettimeofday_ms(); in flush_errqueue_retry()
270 } while ((stat_zcopies != num_sends) && (tnow < tstop)); in flush_errqueue_retry()
640 unsigned long tnow, treport, tstop; in main() local
684 tnow = gettimeofday_ms(); in main()
685 tstart = tnow; in main()
686 tend = tnow; in main()
687 tstop = tnow + cfg_runtime_ms; in main()
688 treport = tnow + 1000; in main()
707 tnow = gettimeofday_ms(); in main()
708 if (tnow >= treport) { in main()
711 treport = tnow + 1000; in main()
718 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
727 tend = tnow; in main()