Lines Matching defs:now
89 int now = 0;
112 now = GetTimeInMillis();
113 if (start == 0 || now < start || ring->head != last_head) {
115 if (now > start)
117 start = now;
119 } else if (now - start > timeout_millis) {
120 ErrorF("Error in I810WaitLpRing(), now is %d, start is %d\n", now,
140 now = GetTimeInMillis();
141 if (now - first) {
142 ErrorF("Elapsed %d ms\n", now - first);