Searched refs:tnow (Results 1 – 2 of 2) sorted by relevance
261 unsigned long tnow, tstop; in flush_errqueue_retry() local264 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() local684 tnow = gettimeofday_ms(); in main()685 tstart = tnow; in main()686 tend = tnow; in main()[all …]
357 unsigned long tnow, treport; in do_recv() local377 tnow = gettimeofday_ms(); in do_recv()378 if (!cfg_expected_pkt_nr && tnow > treport) { in do_recv()385 treport = tnow + 1000; in do_recv()