Searched refs:tnow (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/selftests/net/ |
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 …]
|
D | udpgso_bench_rx.c | 357 unsigned long tnow, treport; in do_recv() local 377 tnow = gettimeofday_ms(); in do_recv() 378 if (tnow > treport) { in do_recv() 385 treport = tnow + 1000; in do_recv()
|
/Linux-v6.6/drivers/infiniband/hw/qib/ |
D | qib_iba7220.c | 1059 unsigned long tnow; in handle_7220_chase() local 1074 tnow = jiffies; in handle_7220_chase() 1076 time_after(tnow, ppd->cpspec->chase_end)) { in handle_7220_chase() 1085 ppd->cpspec->chase_end = tnow + QIB_CHASE_TIME; in handle_7220_chase()
|
D | qib_iba7322.c | 1732 static void disable_chase(struct qib_pportdata *ppd, unsigned long tnow, in disable_chase() argument 1749 unsigned long tnow; in handle_serdes_issues() local 1764 tnow = jiffies; in handle_serdes_issues() 1766 time_after(tnow, ppd->cpspec->chase_end)) in handle_serdes_issues() 1767 disable_chase(ppd, tnow, ibclt); in handle_serdes_issues() 1769 ppd->cpspec->chase_end = tnow + QIB_CHASE_TIME; in handle_serdes_issues()
|