Searched refs:tnow (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | udpgso_bench_tx.c | 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() [all …]
|
| H A D | udpgso_bench_rx.c | 357 unsigned long tnow, treport; in do_recv() local 377 tnow = gettimeofday_ms(); in do_recv() 378 if (!cfg_expected_pkt_nr && tnow > treport) { in do_recv() 385 treport = tnow + 1000; in do_recv()
|
| /linux/kernel/time/ |
| H A D | timekeeping.c | 2927 ktime_t tnow, nsecs; in aux_clock_set() local 2952 tnow = ktime_add(aux_tks->tkr_mono.base, nsecs); in aux_clock_set() 2960 tk_update_aux_offs(aux_tks, ktime_sub(timespec64_to_ktime(*tnew), tnow)); in aux_clock_set()
|