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

/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c261 unsigned long tnow, tstop; local
264 tnow = gettimeofday_ms();
265 tstop = tnow + cfg_poll_loop_timeout_ms;
267 flush_errqueue(fd, true, tstop - tnow, first_try);
269 tnow = gettimeofday_ms();
270 } while ((stat_zcopies != num_sends) && (tnow < tstop));
640 unsigned long tnow, treport, tstop; local
684 tnow = gettimeofday_ms();
685 tstart = tnow;
686 tend = tnow;
[all...]
H A Dudpgso_bench_rx.c357 unsigned long tnow, treport; local
377 tnow = gettimeofday_ms();
378 if (!cfg_expected_pkt_nr && tnow > treport) {
385 treport = tnow + 1000;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c1059 unsigned long tnow; local
1074 tnow = jiffies;
1076 time_after(tnow, ppd->cpspec->chase_end)) {
1085 ppd->cpspec->chase_end = tnow + QIB_CHASE_TIME;
H A Dqib_iba7322.c1732 static void disable_chase(struct qib_pportdata *ppd, unsigned long tnow, argument
1749 unsigned long tnow; local
1764 tnow = jiffies;
1766 time_after(tnow, ppd->cpspec->chase_end))
1767 disable_chase(ppd, tnow, ibclt);
1769 ppd->cpspec->chase_end = tnow + QIB_CHASE_TIME;

Completed in 164 milliseconds