Lines Matching refs:current_ts
122 struct timeval current_ts; /* kernel reported timestamp */ member
164 timeval_float(&es->current_ts), in dump_event_state()
398 es->current_ts.tv_sec = sec; in event_handler()
399 es->current_ts.tv_usec = usec; in event_handler()
468 if (o->vblank_state.current_ts.tv_sec != 0 || in fixup_premature_vblank_ts()
469 o->vblank_state.current_ts.tv_usec != 0) in fixup_premature_vblank_ts()
474 timersub(&es->current_received_ts, &tv, &es->current_ts); in fixup_premature_vblank_ts()
493 timersub(&es->current_ts, &es->current_received_ts, &diff); in check_state()
503 timersub(&es->current_ts, &es->last_received_ts, &diff); in check_state()
504 igt_assert_f(timercmp(&es->last_received_ts, &es->current_ts, <), in check_state()
520 timersub(&es->current_ts, &es->last_ts, &diff); in check_state()
526 timeval_float(&es->current_ts), es->current_seq, in check_state()
533 timeval_float(&es->current_ts), es->current_seq, in check_state()
555 timersub(&es2->current_ts, &es1->current_ts, &tv_diff); in check_state_correlation()
842 es->last_ts = es->current_ts; in update_state()