Searched refs:tnow (Results 1 – 4 of 4) sorted by relevance
611 unsigned long tnow, treport, tstop; in main() local655 tnow = gettimeofday_ms(); in main()656 tstart = tnow; in main()657 tend = tnow; in main()658 tstop = tnow + cfg_runtime_ms; in main()659 treport = tnow + 1000; in main()678 tnow = gettimeofday_ms(); in main()679 if (tnow >= treport) { in main()682 treport = tnow + 1000; in main()689 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()[all …]
351 unsigned long tnow, treport; in do_recv() local371 tnow = gettimeofday_ms(); in do_recv()372 if (tnow > treport) { in do_recv()379 treport = tnow + 1000; in do_recv()
1059 unsigned long tnow; in handle_7220_chase() local1074 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()
1754 static void disable_chase(struct qib_pportdata *ppd, unsigned long tnow, in disable_chase() argument1771 unsigned long tnow; in handle_serdes_issues() local1786 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()