Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/net/
Dudpgso_bench_tx.c618 unsigned long tnow, treport, tstop; in main() local
662 tnow = gettimeofday_ms(); in main()
663 tstart = tnow; in main()
664 tend = tnow; in main()
665 tstop = tnow + cfg_runtime_ms; in main()
666 treport = tnow + 1000; in main()
685 tnow = gettimeofday_ms(); in main()
686 if (tnow >= treport) { in main()
689 treport = tnow + 1000; in main()
696 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
[all …]
Dudpgso_bench_rx.c357 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-6.1.9/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.c1732 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()