Searched refs:tnow (Results 1 – 4 of 4) sorted by relevance
618 unsigned long tnow, treport, tstop; in main() local662 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 …]
357 unsigned long tnow, treport; in do_recv() local377 tnow = gettimeofday_ms(); in do_recv()378 if (tnow > treport) { in do_recv()385 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()
1732 static void disable_chase(struct qib_pportdata *ppd, unsigned long tnow, in disable_chase() argument1749 unsigned long tnow; in handle_serdes_issues() local1764 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()
Completed in 26 milliseconds