Searched refs:tnow (Results 1 – 4 of 4) sorted by relevance
347 unsigned long tnow, treport, tstop; in main() local380 tnow = gettimeofday_ms(); in main()381 tstop = tnow + cfg_runtime_ms; in main()382 treport = tnow + 1000; in main()399 tnow = gettimeofday_ms(); in main()400 if (tnow > treport) { in main()407 treport = tnow + 1000; in main()414 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
225 unsigned long tnow, treport; in do_recv() local239 tnow = gettimeofday_ms(); in do_recv()240 if (tnow > treport) { in do_recv()247 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()
1755 static void disable_chase(struct qib_pportdata *ppd, unsigned long tnow, in disable_chase() argument1772 unsigned long tnow; in handle_serdes_issues() local1787 tnow = jiffies; in handle_serdes_issues()1789 time_after(tnow, ppd->cpspec->chase_end)) in handle_serdes_issues()1790 disable_chase(ppd, tnow, ibclt); in handle_serdes_issues()1792 ppd->cpspec->chase_end = tnow + QIB_CHASE_TIME; in handle_serdes_issues()