Searched refs:msec_rel (Results 1 – 1 of 1) sorted by relevance
3056 int64_t msec_rel; in weston_output_finish_frame() local3089 msec_rel = timespec_sub_to_msec(&output->next_repaint, &now); in weston_output_finish_frame()3091 if (msec_rel < -1000 || msec_rel > 1000) { in weston_output_finish_frame()3096 "insane: %lld msec\n", (long long) msec_rel); in weston_output_finish_frame()3107 msec_rel < 0) { in weston_output_finish_frame()