Home
last modified time | relevance | path

Searched refs:tnow (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/testing/selftests/net/
Dudpgso_bench_tx.c612 unsigned long tnow, treport, tstop; in main() local
656 tnow = gettimeofday_ms(); in main()
657 tstart = tnow; in main()
658 tend = tnow; in main()
659 tstop = tnow + cfg_runtime_ms; in main()
660 treport = tnow + 1000; in main()
679 tnow = gettimeofday_ms(); in main()
680 if (tnow >= treport) { in main()
683 treport = tnow + 1000; in main()
690 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
[all …]
Dudpgso_bench_rx.c354 unsigned long tnow, treport; in do_recv() local
374 tnow = gettimeofday_ms(); in do_recv()
375 if (tnow > treport) { in do_recv()
382 treport = tnow + 1000; in do_recv()
/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_iba7220.c1059 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()
Dqib_iba7322.c1754 static void disable_chase(struct qib_pportdata *ppd, unsigned long tnow, in disable_chase() argument
1771 unsigned long tnow; in handle_serdes_issues() local
1786 tnow = jiffies; in handle_serdes_issues()
1788 time_after(tnow, ppd->cpspec->chase_end)) in handle_serdes_issues()
1789 disable_chase(ppd, tnow, ibclt); in handle_serdes_issues()
1791 ppd->cpspec->chase_end = tnow + QIB_CHASE_TIME; in handle_serdes_issues()